|
-
May 30th, 2000, 09:50 PM
#1
Thread Starter
Hyperactive Member
I'm wondering what the best method is for intializing a recordset?
-------------------------------------------------------
dim rstCurrent as ADODB.Recordset
set rstcurrent = new ADODB.Recordset
rstcurrent.open ...
-------------------------------------------------------
OR
-------------------------------------------------------
Dim rstCurrent as New ADODB.Recordset
rstCurrent.open ...
-------------------------------------------------------
Thanks
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
|