Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2 DSN's using port 1433

Status
Not open for further replies.

herrld

Technical User
May 10, 2001
69
US
I have two software applications. Both use ODBC datasources to connect to the SQLServer databases. Both are TRYING to use the default PORT 1433. Is it possible for this to work correctly, or do they have to have different ports!
Software vendors are NO help!

Thanks,


Linda
 
That should work just fine. I suspect (but don't know for sure) that port 1433 is merely a listener port. When a client app connects, it goes to port 1433 which responds with "meet me on port XXXX". Since XXXX is different each time, many apps can all access the data source at the same time.

Mike
 
Thanks Mike.
That's good to know! I appreciate the help.


Linda
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top