Hi there.
I'm trying to connect to an MSSQL server usinng NT Authentication. I've manage to log on after reading this tip:
Leave user name and password blank in your application's
TDatabase and make sure that the USER NAME in the BDE
ALIAS and MSSQL driver settings is blank (used as a default
when an ALIAS parameter is blank).
The only problem i'm dealing with right now, is that I have to use Named pipes to get it to work. I don't want to use Named pipes. I want to use TCP/IP...
Any ideas? Please share them...
Thanks.
//Nordlund
I'm trying to connect to an MSSQL server usinng NT Authentication. I've manage to log on after reading this tip:
Leave user name and password blank in your application's
TDatabase and make sure that the USER NAME in the BDE
ALIAS and MSSQL driver settings is blank (used as a default
when an ALIAS parameter is blank).
The only problem i'm dealing with right now, is that I have to use Named pipes to get it to work. I don't want to use Named pipes. I want to use TCP/IP...
Any ideas? Please share them...
Thanks.
//Nordlund