PDA

Click to See Complete Forum and Search --> : Returning a recordset from a Com dll


Sickboyde
Mar 15th, 2001, 07:02 AM
Help!!
I am trying to creat a class which brings in a recordset
from a sql database does some recordset editing and then returns it.

I have no problem with the creating the recordset there is no problem with the editing. But i have not got a clue how to bring the recordset back from the class.

I bet its realy easy and its just me being thick.

simonm
Mar 15th, 2001, 07:28 AM
Public Function GetRecordset() AS Recordset

Blah, Blah, Blah...

End Funciton