Move to new lenovo T430 laptop for v7 development commit of changes required

This commit is contained in:
2019-03-22 22:34:11 +00:00
parent 05c700bb9c
commit cf325f74b6
40 changed files with 274 additions and 221 deletions

View File

@@ -305,8 +305,8 @@ namespace ToMSSQL
#if(DEBUG)
//this.edFBConnect.Text = @"ServerType=1;DataBase=C:\data\AyaNova\database\AYANOVA.FDB;Dialect=3;";
//this.edMSConnect.Text = @"Server=VIRTDEVJOHN;initial catalog=master;User Id=sa; Password=abraxis;";
this.edFBConnect.Text = @"ServerType=1;DataBase=C:\data\AyaNova\database\ET_BAD_ID_AYANOVA.FDB;Dialect=3;";
this.edMSConnect.Text = @"Server=7DEVTEST-PC\SQLEXPRESS;initial catalog=master;User Id=sa; Password=abraxis;";
this.edFBConnect.Text = @"ServerType=1;DataBase=C:\data\AyaNova\database\AYANOVA.FDB;Dialect=3;";
this.edMSConnect.Text = @"Server=DEV-V7-LAPTOP\SQLEXPRESS;initial catalog=master;User Id=sa; Password=abraxis;";
#endif
}