Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO problem inserting Memo data
Message
From
29/06/2002 19:43:33
 
 
To
29/06/2002 18:34:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00673656
Message ID:
00673667
Views:
18
>I've got a web application that captures user data and comments, performs some ADO SELECTS to find the user id/status/info, then dumps the data to a VFP table using an ADO connection and INSERT command. I'm getting an ODBC Error:


Hi, Bryan,

I´ve had such a problem in the past, and solved using the recordset to insert the data (instead of the Insert-SQL)... something like this:
oRS.AddNew()
oRS("MyField1") = myValue1
oRS("MyField2") = myValue2
oRS.Update()
Make a try. :)

HTH
Claudio Lassala
Previous
Reply
Map
View

Click here to load this message in the networking platform