This commit is contained in:
@@ -35,7 +35,6 @@ namespace DataLoader
|
||||
public Item MigrateDocVersion(DocVersion docver, bool convertProcedures)
|
||||
{
|
||||
string pth = docver.Title;
|
||||
// TODO: If set.dbf is missing or curset.dat is missing don't process it.
|
||||
if (!File.Exists(pth + @"\set.dbf") || !File.Exists(pth + @"\curset.dat")) return null; // 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)
|
||||
|
Reference in New Issue
Block a user