learnquick
Technical User
I am attempting to pass a recordset (via ByRef) to a DLL which would then populate the recordset and return. The code works fine in VB, however when I attempt to use it in an ASP page it tells me that I have a type mismatch. I use the server.createobject to create the recordset and then pass it in the ASP. If I change the DLL to pass back the recordset as the function it works, but then I lose error checking. Any ideas?
Thanks
Thanks