dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Connect to remote database - Gupta Database

This is a discussion on Connect to remote database - Gupta Database ; Hello, I want to connect to a sqlbase database from host A to a server on a network. This is how i now connect on a local testmachine with php through an odbc connection. PHP Code:     $odbc = odbc_connect ( ...


Home > Database Forum > Other Databases > Gupta Database > Connect to remote database

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 07-22-2008, 02:21 AM
Database Newbie
 
Join Date: Jul 2008
Posts: 1
damen180 is on a distinguished road
Default Connect to remote database

Hello,

I want to connect to a sqlbase database from host A to a server on a network.

This is how i now connect on a local testmachine with php through an odbc connection.

PHP Code:
    $odbc=odbc_connect('dsn','user','pass');
    if (!
$odbc)
    {
    exit(
"Connection Failed: " $odbc);
    } 

How i can i do this the best way?

I assume i also have to open port 2155tcp on the firewall from the network and also port 2155tcp from host A?

I hope you can help me!

Best regards
Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 02:28 AM.