I'm calling a dll from an asp page and the dll queries a sql server to return the results to a recordset. When I try to access the recordset I get the following error:
Operation Cannot Be Performed While Recordset is Closed.
I'm not sure what to do about this error but I have:
-made sure the dll is registered locally
-verify the sql syntax
-double check spelling
the dll does work for a different function which also queries the sql server. If anyone knows, please email me.
rbiddle@uh.edu
Thanks