Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating a memo field using SQLExec
Message
From
02/07/1999 15:29:20
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Updating a memo field using SQLExec
Miscellaneous
Thread ID:
00237006
Message ID:
00237006
Views:
60
I am trying to append text to a memo field through the SQLExec statement from my VFP6.0 app. I get an error when executing a statement like the following:

SQLEXEC(gnHnd, "UPDATE mytable SET xxNotes = xxNotes + ?lcNote")

I also tried the following, but it only saves the first few chars:

SQLEXEC(gnHnd, "UPDATE mytable SET xxNotes = CAST(xxNotes AS varchar) + ?lcNote")

Any ideas? Thanks
-Brett
Next
Reply
Map
View

Click here to load this message in the networking platform