Re: Different Sybase DB servers with same dataserver name
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
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