Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error in ADO command
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Error in ADO command
Miscellaneous
Thread ID:
00488113
Message ID:
00488113
Views:
55
Hi, folks!

I´m having a problem with ADO, I try to set the value of one field in the recordset, but i get an error! The value from the textbox doesn´t goes to the filed in the recordset. Take a look:

*********
...
adRecordSet.fields("field").value = ALLTRIM(ThisForm.textbox.VALUE) && <- ERROR!

adRecordSet.update
...
*********
I opened the recordset with this command:

#DEFINE adOpenDynamic 3

adRecordset.OPEN("select * from schema.table order by field",adConnection,adOpenDynamic) && asConnection is an open connection to an
&& Oracle 8.1.5 Database.

Any help is welcome!

Tia.

Alonso.
Like Frank said: "I did it... MY WAY!"
Next
Reply
Map
View

Click here to load this message in the networking platform