Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connection String with SqlCeConnection
Message
From
08/08/2003 09:12:18
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
 
General information
Forum:
ASP.NET
Category:
.NET Compact Framework
Miscellaneous
Thread ID:
00817896
Message ID:
00818167
Views:
22
David,

SqlConnection thisConnection = new SqlConnection();
thisConnection.ConnectionString = @"Server = TAP1;" +
"Integrated Security = SSPI;" +
"Connection Timeout = 5;";

thisConnection.Open();


This generates an error. Please let me know if you see the problem with the connection string.

Thanks,

Alvin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform