Hi,
I'm about to make my first jump into Res5 and need to find out how to connect to the database from a remote pc. I have some .Net applications that connect to my current Res4.x servers using this string:
Does anybody have the equivalent connection string to a Res5 server now that it uses sybase version 11? Also, the prereq for Res4 installed the Sybase drivers. Is this the same for Res5, and if not do you have any idea there i can get those drivers loaded?
Thanks.
I'm about to make my first jump into Res5 and need to find out how to connect to the database from a remote pc. I have some .Net applications that connect to my current Res4.x servers using this string:
Code:
Provider=ASAProv.90;EngineName=sql[i]ServerName[/i];UID=custom;PWD=custom;Links=TCPIP(Host=[i]ServerIP[/i]);
Does anybody have the equivalent connection string to a Res5 server now that it uses sybase version 11? Also, the prereq for Res4 installed the Sybase drivers. Is this the same for Res5, and if not do you have any idea there i can get those drivers loaded?
Thanks.