|
-
August 2nd, 2006, 10:44 AM
#8
Re: system.transaction problem
Hi
Connection! connection string does not have the username and password and also does not specify a trusted connection (windows authentication)
try to change it to:
Code:
using( SqlConnection connection1 = new SqlConnection("Data Source = localhost;Initial Catalog = pubs;Integrated Security=True;"))
I wish this solves the problem ,, but I'm still confused about it becasue if this was the problem the error message should be (login failed for user XXX......)
Anyway..try it and tell us...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|