Connection Strings
Can anybody tell me what I am supposed to enter for a user id
in a connection string.
During MSDE Microsoft Data Engine I defined a system administrator
password but I did not create a user id. I have tried using
my Windows logon name but without sucess I have also use "sa" less the quotes.
I am having problems with Chapter 16 â Try it Out DataSet Example â Page 637.
An unhandled exception occurred of type âSystem.Data.SqlClient.SQLExeption occurred in system.dll
Upon breaking in the debugger the following line of code is pointed to:
MyConnection.Open()
I have noted that other people are having the same problem.
Cheers Willy Wonker
|