
Hi all,
I have a small query. Can we connect to a different database on different remote SQL server (barring access issues) through Dex code after logging into GP with a ODBC which connects to database on local SQl Server?
Thanks,
Kiran
*This post is locked for comments
I have the same question (0)The only way to do that would be to use an ADO connection to the other server through dexterity, which you can do. There isn't anything native in dex that will let you connect to anything other than the sql server instance you are logged into, so you have to use ADO.
Dave