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
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