Fixed degree symbol translation
Added some debug code to look at data conversion during OLEdb read of dBase text.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user