Page 1 of 1

Is it possible to configure the port to connect to the SQL Server?

Posted: Mon 22 Oct 2007 20:20
by Romullo
Hi,

I need to connect to a server using a port different to the default SQL Server port. Is it possible? I have the driver version 3.0.4.0.

Thanks.

Posted: Tue 23 Oct 2007 14:06
by Antaeus
There is no way to specify the port number in DbxSda. What reason do you need it for?

Posted: Tue 23 Oct 2007 15:15
by Romullo
I will need to call a stored procedure located in a server that is configured with a different port.
Well, if I really need this on DBX, I'll come back this forum to come up with this parametrization.
Thanks.

Posted: Mon 05 Nov 2007 20:07
by Romullo
It's possible to configure the port configuring the server IP like that:

127.0.0.1,8888

where 8888 is the port.

It's worked on SQL Server 2000.