this actually works... so very nice

This commit is contained in:
2016-07-25 15:27:50 -04:00
parent 4a683f3443
commit 59e63a7d4e
9 changed files with 1 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ namespace _app
AdvantageCredential cred = new AdvantageCredential(@"\\medisoft_server\medidata\EMBARK RECOVERY LLC\mwddf.add", "user", "password", AdvantageCredential.ServerType.REMOTE_LOCAL);
DB db = DB.Create(cred);
DBRetVal retVal = db.FillDataTable("Select Top 10 FROM MWPAT");
DBRetVal retVal = db.FillDataTable("select top 10 * from mwpat");
if (!retVal.IsValid)
{
Console.WriteLine(retVal.ErrorMsg);