This works for me.
"server=lisa;database=master;uid=saprow;pwd=fkgfub v;"
"Rajani" <Rajani (AT) discussions (DOT) microsoft.com> wrote
Quote:
Hi friends,
I have created a database in SQL Server which is SQLServer
authenticated. The user name is : abc123 and password is : xyz123 and the
server name is SERVER(in which SQL Server is installed, W2K Server).
Database
name is : kanetopdb
How can i connect from .aspx.vb file?
i have given "SERVER=server;UID=abc123;PWD=xyz123;database=kane topdb;"
But i couldnt connect? |