Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Very long time delay while accessing big tables with ADO
Message
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00405817
Message ID:
00405826
Views:
35
Why don't you build an UPDATE SQL statement and run it with the connection object?

ie.
strSQL = "UPDATE myTable SET myField = 12"
myConn.Execute strSQL
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform