Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with SQL UPDATE via SQLEXEC
Message
 
 
To
12/04/1998 14:12:17
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00091200
Message ID:
00091393
Views:
19
> I created a line of text similar to what was giving me problems including carriage return/line feed characters (this was before I asked for help here) and the parser accepted it with no problem.

So you tried something like:cCmd= "update clmlog set descrip='Test " + chr(13) + ;
"Description' where recno()=13"
SQLExec(Hndl,cCmd)
...and that worked ok?

By the way, could the problem have been related to the length of the data in the editbox?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform