Recordsetclone = Dao Or Ado?

jaydwest

JayW
Local time
Today, 12:48
Joined
Apr 22, 2003
Messages
340
When I open a recordsetclone based on Access Table it returns a DAO recordset. However if I open a recordsetclone based on a ADODB recordset as in the case of one generated from a Stored Proc it returns an ADODB recordset.

1) Tell me true! Is this true?

2) If yes to the above, is there any way of creating a DAO recordset from a Stored Procedure?

I want to use Findfirst on recordset and obviously I need to have a DAO recordset. (Thanks to the Gods at ADODB Land)

Thanks for your help :eek:
 

Users who are viewing this thread

Back
Top Bottom