Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making sure a database requires a username
Message
 
 
To
07/03/2008 10:23:34
General information
Forum:
Microsoft SQL Server
Category:
Security
Miscellaneous
Thread ID:
01299694
Message ID:
01299710
Views:
8
>It is specified but the username and password are blank.
>
>
>Connection1=Data Source=MyServer;Initial Catalog=MyDatabase;Integrated Security=True;User Id=;Password=
>
You have to provide user name and password you set up for the DB
Connection1=Data Source=MyServer;Initial Catalog=MyDatabase;User Id=<user name>;Password=<password>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform