[freetds] Different Sybase DB servers with same dataserver name
James K. Lowden
jklowden at freetds.org
Tue Mar 31 10:56:02 EDT 2009
foo bar wrote:
> * my applications needs to access both databases but cannot beacuse both
> have the same dataserver
>
>
> freetds.conf
>
> [dbA]
> host = foo
> port = 43443
> tds version = 5.0
>
> ;[dbA]
> ; host = bar
> ; port = 43443
> ; tds version = 5.0
>
>
>... I want to be able to connect to both databases at the same time.
The dataserver name is your local choice. It is the name you assign to
the combined properties of the server: host, port, and TDS version.
To connect to a server, you need a dataserver name. To connect to two
servers, you need two dataserver names.
HTH.
--jkl
More information about the FreeTDS
mailing list