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
Miscellaneous
Thread ID:
00488113
Message ID:
00488139
Views:
10
Hi!

What error message you get?
What type field "field" have in the database?

>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.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform