![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need to setup ASA9 database in client/server. In HOST (192.168.1.2) I started the server with Shortcut with the command line: "C:\Program Files\Sybase\SQL Anywhere 9\win32\dbsrv9.exe" -c 8m -x tcpip -n database1 "C:\bd\fact.db" In Client PC, my application (PowerBuilder) connect with database by OBCD (DSN=database_odbc) The ODBC setup is: Database tab: Server name: ??? Start line: "C:\Program Files\Sybase\SQL Anywhere 9\win32\dbsrv9.exe" -x tcpip(HOST=192.168.1.2;PORT=2638) Database name: ??? Database file: ??? I want to use the database with TPCIP connection, without Shared the "C:\bd\fact.db" on the HOST (No Database file) Please, help me. Thanks. |
#3
| |||
| |||
|
|
If the database is already running on a network server, you should not provide a startline in the ODBC DSN. For this case (based on your shortcut used to start the database engine), you can provide server name = FACT Database Name = FACT and select TCP/IP on the Network tab. Miguel wrote: I need to setup ASA9 database in client/server. In HOST (192.168.1.2) I started the server with Shortcut with the command line: "C:\Program Files\Sybase\SQL Anywhere 9\win32\dbsrv9.exe" -c 8m -x tcpip -n database1 "C:\bd\fact.db" In Client PC, my application (PowerBuilder) connect with database by OBCD (DSN=database_odbc) The ODBC setup is: Database tab: Server name: ??? Start line: "C:\Program Files\Sybase\SQL Anywhere 9\win32\dbsrv9.exe" -x tcpip(HOST=192.168.1.2;PORT=2638) Database name: ??? Database file: ??? I want to use the database with TPCIP connection, without Shared the "C:\bd\fact.db" on the HOST (No Database file) Please, help me. Thanks. |
![]() |
| Thread Tools | |
| Display Modes | |
| |