Hi,
Please take a look at the following codes:
10 Dim My_Recordset As ADODB.Recordset
20 Set My_Recordset = New ADODB.Recordset
30 My_Recordset.Open [This and That]
40 My_Recordset.Close
50 Set My_Recordset = New ADODB.Recordset
60 My_Recordset.Open [This and That]
70 My_Recordset.Close
80 Set My_Recordset = Nothing
I have 2 "Set My_Recordset = New ADODB.Recordset" statements.
Would you tell me what kind of problem (if any) I will get please?
--
>There is no answer.
> There has not been an answer.
> There will not be an answer.
> That IS the answer!
Archived from group: microsoft>public>vb>enterprise