+ update to .net 3.5 (so we have linq and extension support)
+ start implementation of AnywhereTS.DBSupport
+ comment-out NDC using statments that pass-in .sql script as context (this will keep the log file(s) lean an' mean)
+ fix syntax error in UpdateDatabase4.sql (commas cannot come after the last item in an ALTER table statement)
+ automatically replace the hardcoded database name AnyhwereTS with ATSGlobals.strDatabaseName when accessing SQLServerResources class
ATSGlobals.strDatabaseName
fix an issue that was resolved by connecting to master database instead of AnywhereTS database
+ define DEBUG constant and package .pdb debug files in installers
+ add logging across ATSAdmin Tool project
remove one sqlCon.close()
+ make sure connection is not already opened before attempted to open it
use ATSGlobals.strDatabaseVersion instead of duplicating the value in Database.cs
+ add logging in CheckVersion
+ more logging and changes
+ add logging messages
+ add logging library (to be shared across application)
+ attempt to add log4net support to ATSAdmin
+ commit current wip for non-existing database
+ comment-out version check and verify message
+ remove database drop when database does not exist
+ 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)
+ commit wip for when database exists, but is empty
+ fix instancename parsing
+ add support to createdatabase is it does not exist
+ fix more references to SQLEXPRESS
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
imported from https://anywherets.svn.sourceforge.net/svnroot/anywherets/trunk/ Revision: 1 Author: beartown Date: 3:10:40 AM, Monday, June 21, 2010 Message: First upload. Still todo in order to get a fully working product: Replace Thinstation images with vanilla Thinstation, modify ImageDesigntimeConfig.cs, ImageRuntimeConfig.cs in order to support the Thinstation image
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.