Hi,
I have some code that works fine when its not in a function, but as soon as I put it in a function I get the message:
"Call to a member function on a non-object"
This occurs on a line where I'm executing some SQL using the ADODB execute method. I don't think it's an ADODB problem though, because it works fine when not in a function.
Would be really, really grateful if someone could help out!!!
Cheers
Paul