R
Ross Culver
This is, by all accounts, a stupid question:
I've always used a connection string like this:
Data Source=DSNNAME;Initial Catalog=databasename;Persist Security
Info=True;User ID=sa;Password=pwd
I don't want to have to go to every computer and create this DSN manually.
How should the connection string read if you want to connect directly to the
sql server without specifying or creating a DSN?
Ross
I've always used a connection string like this:
Data Source=DSNNAME;Initial Catalog=databasename;Persist Security
Info=True;User ID=sa;Password=pwd
I don't want to have to go to every computer and create this DSN manually.
How should the connection string read if you want to connect directly to the
sql server without specifying or creating a DSN?
Ross