|
-
Mar 24th, 2002, 01:11 AM
#1
Thread Starter
Hyperactive Member
Public Sub getRecordSet()
Call connect 'connection string setup
Set connRs = New ADODB.Recordset
With connRs
.CursorLocation = adUseClient
.CursorType = adOpenStatic
.LockType = adLockPessimistic
.ActiveConnection = connWTC
End With
this is the getrecordSet sub
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
|