Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO Pessimistic lock on Oracle table
Message
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00420777
Message ID:
00420895
Views:
16
A thought
set the connection property to the server
With cnnConnection
.ConnectionString = ..
.CursorLocation = adUseServer
.Open
End With
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform