Question : Connect to Sybase threw C#.

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??

Answer : Connect to Sybase threw C#.

Take a look here:

http://www.able-consulting.com/dotnet/adonet/Data_Providers.htm#AdaptiveServerEnterpriseNETDataProvider

Leon
Random Solutions  
 
programming4us programming4us