Revision
134 -
Directory Listing
-
[select for diffs]
Modified
Sun Jul 15 05:13:20 2012 UTC
(10 years, 10 months ago)
by
william
Diff to
previous 133
+ fix errors in database
+ logon to 'master' database and refer to our database is sql statments
+ remove empty GO statements from end of .sql files
Revision
125 -
Directory Listing
-
[select for diffs]
Modified
Sat Jul 14 11:44:52 2012 UTC
(10 years, 10 months ago)
by
william
Diff to
previous 124
+ remove reference to Sql Server SMO components
+ attempt to fix .sql script parsing to split on GO statements
Revision
124 -
Directory Listing
-
[select for diffs]
Modified
Sat Jul 14 11:14:54 2012 UTC
(10 years, 10 months ago)
by
william
Diff to
previous 123
if (!ClientRunScript(strFile, out ErrorInfo))
{
if (ErrorInfo != null)
throw ErrorInfo;
return false;
}
Revision
85 -
Directory Listing
-
[select for diffs]
Modified
Fri Jul 13 21:10:26 2012 UTC
(10 years, 10 months ago)
by
william
Diff to
previous 84
+ add support for database access from:
* SQL Server Express
* SQL Server (not Express)
* SQL Server MDF file
Revision
84 -
Directory Listing
-
[select for diffs]
Modified
Fri Jul 13 20:58:17 2012 UTC
(10 years, 10 months ago)
by
william
Diff to
previous 80
+ add initial database support (using the base .net database classes)
in case we need to use different database classes