+ remove old connection string property
+ wip to get rid of errors
+ move all database options to DatabaseLog (even if it comes from ATSAdmin.exe)
+ fix RunScript ==> CommandType must be set to Text
+ remove reference to Sql Server SMO components + attempt to fix .sql script parsing to split on GO statements
if (!ClientRunScript(strFile, out ErrorInfo)) { if (ErrorInfo != null) throw ErrorInfo; return false; }
+ bulk commit -- add SQLSerer SMO support for executing TSQL commands
+ log context
+ bulk commit again
+ more logging work
+ fix compile errors + add ability to get Connection string (made it static)
+ start implementation of AnywhereTS.DBSupport
+ add support for database access from: * SQL Server Express * SQL Server (not Express) * SQL Server MDF file
+ add initial database support (using the base .net database classes) in case we need to use different database classes
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.