The ports used are dependent solely on this networking layer and how
it is configured. For example:
MS SQL Server (conventionally) uses port 1433
Oracle (conventionally) uses 1521 or 1526 (and many more, if
plug-and-play listeners are used.)
The database administrator can setup the database to listen on
different ports, although in practice I believe this is rare unless
multiple databases and listeners are being used on the same machine.
You can use the NT "netstat" command when an ODBC connection is live
to view the ports being used for the connection. This should give you
the information you need to get started, at least.
Rick Brown
ri...@onramp.net