|
-
Jan 15th, 2003, 07:57 AM
#1
Thread Starter
Junior Member
Applying an SQL statement to an ADO recordset...
How could I apply an SQL statement to the following recordset?:
cn.Open
Set rs = New ADODB.Recordset
rs.Open "Customers", cn, adOpenKeyset, adLockPessimistic, adCmdTable
Would I have to set it in the rs.open line?? If so where should it go?
Thanks in advance!
Rob.
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
|