Revision
22 -
Directory Listing
-
[select for diffs]
Modified
Wed Jul 11 20:13:17 2012 UTC
(11 years, 4 months ago)
by
william
Diff to
previous 21
+ finish support for creating tables in an empty database (incase the database are pre-created, but contains no tables)
- still have AD login issues when creating the database from scratch (ie. it did not exist to begin with)
Revision
10 -
Directory Listing
-
[select for diffs]
Modified
Wed Jul 11 16:01:40 2012 UTC
(11 years, 4 months ago)
by
william
Diff to
previous 9
SetupDatabase():
sqlCon.ConnectionString = Properties.Settings.Default.atsConnectionString;
+ this enables the user to set the connection string
(they could use SQLEXPRESS or a full Server install with named instances)
Data Source=.\SQLEXPRESS
-or-
Data Source=IPADDRES\INSTANCENAME