+ remove old connection string property
update svn:ignores
update svn:ignores
+ 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
+ wip to get rid of errors
+ move all database options to DatabaseLog (even if it comes from ATSAdmin.exe)
+ fix execute .sql scripts
+ fix regex (we made changes then reverted those changes, the changes were lost) -- being them back
+ 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
+ add reference to System.Data.Linq
+ update to .NET Framework 4.0
+ upgrade to VS2010
+ bulk commit
+ 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
Add AnywhereTS.DBSupport