Subject | Re: [firebird-support] OBDC configuration |
---|---|
Author | whale@gn.com |
Post date | 2007-08-27T22:44:48Z |
Thank you your help is appreciated.
--------------------------
Sent from my BlackBerry Wireless Handheld
-----Original Message-----
From: firebird-support@yahoogroups.com <firebird-support@yahoogroups.com>
To: firebird-support@yahoogroups.com <firebird-support@yahoogroups.com>
Sent: Mon Aug 27 17:35:25 2007
Subject: Re: [firebird-support] OBDC configuration
wesley_hale wrote:
native ones (PHP, Delphi, C/C++, etc.) that has some libs that uses the
fbclient.dll/gds32.dll or a Java or .Net driver that implements the wire
protocol itself and does not uses fbclient.dll/gds32.dll.
If the client app uses ODBC as connectivity layer than the ODBC driver
should be installed and configured in the client machne (the one in your
DMZ)
client machine
Which kind of client application do you have.
The connection is made trough connections strings, for a tcp/ip one
shoul dbe something like:
your_firebird_server_name_or_ip:Path/to/your/database.fdb
or
your_firebird_server_name_or_ip:alias_to_your_database
If the client application uses ODBC as a connectivity layer, in the ODBC
configuration window there is a property called "Database" in that field
you should put your connection string.
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br
[Non-text portions of this message have been removed]
--------------------------
Sent from my BlackBerry Wireless Handheld
-----Original Message-----
From: firebird-support@yahoogroups.com <firebird-support@yahoogroups.com>
To: firebird-support@yahoogroups.com <firebird-support@yahoogroups.com>
Sent: Mon Aug 27 17:35:25 2007
Subject: Re: [firebird-support] OBDC configuration
wesley_hale wrote:
> I am the infrastructure engineer and assisting someone in configuringAs a starting point, the firewall rules should allow it.
> connectivity for the firebird database. I am new to this product and
> don't know anything about it. The current configuration is that we have
> a one web server in our DMZ and the one database server on our internal
> lan.
> Both servers are in different workgroups. I am pretty sure that IOnly if the connection is trough ODBC, a Firebird connection could be
> need the obdc connection between both servers,
native ones (PHP, Delphi, C/C++, etc.) that has some libs that uses the
fbclient.dll/gds32.dll or a Java or .Net driver that implements the wire
protocol itself and does not uses fbclient.dll/gds32.dll.
If the client app uses ODBC as connectivity layer than the ODBC driver
should be installed and configured in the client machne (the one in your
DMZ)
> but does it matter whichAs said above, the DBC driver must be installed and configured on the
> server holds the obdc configuration.
client machine
> I also know that port 3050 is usedgood. so you know you should allow int in your firewall rules
> to communication between the front-end web server and backend database.
>
> How do I configure the fron-end web server to connect to the internalThe first thing to know is:
> database? Any assistance is truly appreciated.
>
>
>
Which kind of client application do you have.
The connection is made trough connections strings, for a tcp/ip one
shoul dbe something like:
your_firebird_server_name_or_ip:Path/to/your/database.fdb
or
your_firebird_server_name_or_ip:alias_to_your_database
If the client application uses ODBC as a connectivity layer, in the ODBC
configuration window there is a property called "Database" in that field
you should put your connection string.
> Thank Yousee you !
>
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br
[Non-text portions of this message have been removed]