Hi,
I'm having problems with the syntax for a passthrough query connection string using TCP/IP & Port
I've tried SERVER = xxx.xxx.xxx.xxx,1433 with and without quotes, I just get 'ODBC connection failed'
I guess i've got the syntax wrong, so your help is appreciated.
Cheers,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
MIME::Lite TLS Email Encryption - Perl v0.02 beta
I'm having problems with the syntax for a passthrough query connection string using TCP/IP & Port
Code:
ODBC;DRIVER=SQL Server;SERVER=xxx.xxx.xxx.xxx;PORT=1433;UID=MyID;PWD=MyPWD;DATABASE=MyDB
I've tried SERVER = xxx.xxx.xxx.xxx,1433 with and without quotes, I just get 'ODBC connection failed'
I guess i've got the syntax wrong, so your help is appreciated.
Cheers,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
MIME::Lite TLS Email Encryption - Perl v0.02 beta