Hi,
Is it possible to create a database link to another company other than the database the user is currently logged in to? If so, how?
Through some of the my other posts I've found the macro uses the current session information for the dblink to the company you're logged in to which is great because the user is logged in to the company I want to grab the information I need, but the information needs to go in to a different database which the user isn't logged into. They could in theory log in to that company however.
Basically I need to do an information pull from Company A to Company B through a macro and I'm looking to do it through the API rather than the existing ADO if possible.
If the user is logged in to company A, how do I connect to company B through a session/database link? Both companies are on the same SQL server.
Thanks
Is it possible to create a database link to another company other than the database the user is currently logged in to? If so, how?
Through some of the my other posts I've found the macro uses the current session information for the dblink to the company you're logged in to which is great because the user is logged in to the company I want to grab the information I need, but the information needs to go in to a different database which the user isn't logged into. They could in theory log in to that company however.
Basically I need to do an information pull from Company A to Company B through a macro and I'm looking to do it through the API rather than the existing ADO if possible.
If the user is logged in to company A, how do I connect to company B through a session/database link? Both companies are on the same SQL server.
Thanks