Connect to remote Interbase DB

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
aerospc
Forum Newbie
Posts: 1
Joined: Sun Jul 23, 2006 3:11 pm

Connect to remote Interbase DB

Post by aerospc »

Hello,
Does anyone know how to connect to a remote Interbase (7) database. The webserver hosting the PHP scripts is a Novell Box. The interbase database is on a windows 2000 box. Any thoughts?

Thanks
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Have you found a connection string for it? If so, try the ODBC functions to interact with it.
Post Reply