This commit is contained in:
Kathy Ruffing 2011-09-01 11:00:17 +00:00
parent aee340fce2
commit 4d375d2205

View File

@ -185,7 +185,7 @@ namespace DataLoader
} }
if (convertProcedures /* && number == "001\\u8209?007"/* && number == "0POP05-EO-EC00"*/) if (convertProcedures /* && number == "001\\u8209?007"/* && number == "0POP05-EO-EC00"*/)
{ {
OleDbDataAdapter da = new OleDbDataAdapter("select * from [" + dr["entry"] + "] where sequence like ' %'", cn); OleDbDataAdapter da = new OleDbDataAdapter("select * from [" + dr["entry"] + "] where sequence like ' %' and [STEP] is not null", cn);
try try
{ {
dicTrans_ItemDone[dicNumber] = itm; // will be null if only doing procs & no sections, etc. dicTrans_ItemDone[dicNumber] = itm; // will be null if only doing procs & no sections, etc.