![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi, I am currently developing a web using ASP.NET with the requirement to connect to a SqlAnywhere 9.0 database server via network, not LOCAL pc.The problem is i have write a simple test program in .NET, it work in Local pc but when i wish to connect to the other database server locate in other pc in the network, the connection could not establish. I have attached the print screen that i am using the ODBC connection, when i test connection that connect to local pc database, it show connection success, but when i want to connect to the network pc's database, it failed to connect, any ideas ? |
#2
| |||
| |||
|
|
The server name is not the IP and port. It is the name of the of the engine. From the screen cap of Sybase Central, the engine name is next to the SQL icon. For this engine, the server name is AnyDb9_1. Don't forget, you must use dbsrv9 (subject to licensing) to access over a network. KhooYh wrote: Hi, I am currently developing a web using ASP.NET with the requirement to connect to a SqlAnywhere 9.0 database server via network, not LOCAL pc.The problem is i have write a simple test program in .NET, it work in Local pc but when i wish to connect to the other database server locate in other pc in the network, the connection could not establish. I have attached the print screen that i am using the ODBC connection, when i test connection that connect to local pc database, it show connection success, but when i want to connect to the network pc's database, it failed to connect, any ideas ? |
![]() |
| Thread Tools | |
| Display Modes | |
| |