Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run-time error ?
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00405699
Message ID:
00405724
Views:
13
Change the code to this and tell me what the values in debug are

With rstUser
.ActiveConnection = myConn
.CursorLocation = adUseClient
.CursorType = adOpenKeyset
.LockType = adLockPessimistic
.Source = "SELECT * FROM user"
debug.print .source
debug.print myconn.state
.Open
End With
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform