This commit is contained in:
parent
0e2ab11122
commit
aeb64e2479
@ -36,7 +36,8 @@ namespace DataLoader
|
||||
{
|
||||
long lTime = DateTime.Now.Ticks;
|
||||
string pth = docver.Title;
|
||||
|
||||
// if the Title is empty, return because this docversion has already been migrated.
|
||||
if (pth == null || pth == "") return TimeSpan.FromTicks(lTime);
|
||||
if (!File.Exists(pth + @"\set.dbf") || !File.Exists(pth + @"\curset.dat")) return new TimeSpan(); // Open connection
|
||||
OleDbConnection cn = new OleDbConnection(@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + pth + ";Extended Properties=dBase III;Persist Security Info=False");
|
||||
if (convertProcedures)
|
||||
|
Loading…
x
Reference in New Issue
Block a user