Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CR & LF through ODBC
Message
From
27/08/1999 15:06:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
CR & LF through ODBC
Miscellaneous
Thread ID:
00258591
Message ID:
00258591
Views:
51
I've come across a problem trying to update a memo field through ODBC.

l_cNotes="This is test one"+CHR(10)+CHR(13)+"This is test two"
l_cSQL="UPDATE chronology SET cchronitem='"+l_cNotes+"' WHERE nchronkey=1"
iResult=SQLEXEC(g_cSystemConnect,l_cSQL,l_cCursor)

The update fails with this message:

"Command contains unrecognized phrase/keyword"

Without the CR & LF it works fine. Is there a function to encode the CR & LF?

TIA,

/Chris
Next
Reply
Map
View

Click here to load this message in the networking platform