|
-
May 8th, 2001, 12:30 AM
#1
Thread Starter
Lively Member
adLockOptimistic....
I understand that we need to make the connection to the database adLockOptmistic before we can modify any data in the database. If we were not using pure SQL execution, the code would be:
Set rstCustomers = New Recordset
rstCustomers.Open strSQL, conDatabase, _
adOpenDynamic, adLockOptimistic
But if we use the pure SQL string (without opening a recordset), what would be the code? Where do we put the adLockOptmistic?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|