
VB ADO recordset returned from MS SQL
I wrote a function that returns an ADODB.Recordset. When the function is
located in a a VB module that belongs to the GUI program, it works fine.
When I place the function into a class module, I get runtime error #91
"Object variable or With block variable not set." I have tried all types of
things to no avail. Any ideas?
Warner Smidt