G
Guest
Hi
I want to create a function that accepts the ServerName parameter, gets the connection to the server and returns the CONNECTION OBJECT to the calling function/procedure. How do I do this? I don't think it's as simple as writing a function like.... Public Function GetConnection(strServerName) As Connection
Thanks
JP
I want to create a function that accepts the ServerName parameter, gets the connection to the server and returns the CONNECTION OBJECT to the calling function/procedure. How do I do this? I don't think it's as simple as writing a function like.... Public Function GetConnection(strServerName) As Connection
Thanks
JP