Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CmdUsers.ExecuteNonQuery() error
Message
From
27/01/2006 11:16:40
 
 
To
26/01/2006 19:35:43
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01090740
Message ID:
01090953
Views:
11
Hello Bonnie,

I found the problem. It was on the connection string.
I removed the two backslashes from "server=\\myserver" to "server=myserver"
SqlConnection cnUsers = new SqlConnection("server=myserver;integrated security=true;database=shg");
Bonnie how do I access the SQL Profiler to see what is actually getting passed to SQL Server?.

Thanks,
Sergio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform