Fixed degree symbol translation

Added some debug code to look at data conversion during OLEdb read of dBase text.
This commit is contained in:
Rich
2009-11-09 20:21:06 +00:00
parent c72ca9fb52
commit 36e4a5ee44
2 changed files with 55 additions and 1 deletions

View File

@@ -233,6 +233,7 @@ namespace DataLoader
{
try
{
//TextConvert.ResetSpecialCharacters();
System.Diagnostics.Process[] wordProcesses = WordProcesses;
MyFrmErrors.Clear();
if (wordProcesses.Length > 0)
@@ -285,6 +286,7 @@ namespace DataLoader
}
MessageBox.Show(string.Format("{0} seconds", ts.TotalSeconds));
//TextConvert.ListSpecialCharacters();
}
}
catch (Exception ex)