I have a component which opens a db connection and returns the recordset as an array. When the function is in the ASP page directly, everything works fine, however when the function is compiled as COM object, I get a "Type mistmatch" error when I try and assign the results to an array in the ASP page i.e. "myResults = objDB.Results"
The function is declared as a variant etc. in the COM object, so I can't understand the problem!
Thanks!
The function is declared as a variant etc. in the COM object, so I can't understand the problem!
Thanks!