Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Assign RecNO() to a field in Access table Using ADODB!
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Assign RecNO() to a field in Access table Using ADODB!
Miscellaneous
Thread ID:
01164579
Message ID:
01164579
Views:
66
Hi Everybody,

I have this:
My_Conn = CreateObject("ADODB.Connection")
My_Conn.Open ("Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Data\MyDB.mdb")
MY_Conn.Execute("Update My_Table set ReNo = ?")
What should I use instead of ? to assign the record number to RecNo field in My_Table?

Thanks,
Ali
Next
Reply
Map
View

Click here to load this message in the networking platform