Hi ALL,
I want to write an application using C# that connect to Sybase Database. When I search the Internet, I found that the connection string for such is: strConnect = _T("Driver={Sybase System 10};Srvr=MyServerName;Uid=MyUsername;" "Pwd=myPassword;");
The problem is that I want to run the application on a client machine that is connected to the Server threw LAN. My question is where can I put the IP address of that server??
|