Parent Directory
|
Revision Log
|
Patch
revision 4 by william, Wed Jul 11 14:19:13 2012 UTC | revision 10 by william, Wed Jul 11 16:01:40 2012 UTC | |
---|---|---|
# | Line 29 namespace AnywhereTS | Line 29 namespace AnywhereTS |
29 | // Create a connection to SQL Server | // Create a connection to SQL Server |
30 | try | try |
31 | { | { |
32 | sqlCon.ConnectionString = "Server=.\\sqlexpress;Integrated Security=true"; | sqlCon.ConnectionString = Properties.Settings.Default.atsConnectionString; |
33 | sqlCon.Open(); | sqlCon.Open(); |
34 | } | } |
35 | catch (SqlException sql_ex) | catch (SqlException sql_ex) |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |