Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO problem inserting Memo data
Message
De
29/06/2002 19:43:33
 
 
À
29/06/2002 18:34:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00673656
Message ID:
00673667
Vues:
17
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform