K
kevin
Hi,
Hope you can help - I can't see the wood for the trees any more.
I currently have a local MS Access file.
I'd like to do this in VB.NET:
connect to file (select * from table)
for each row in table
if TEST(row) then
remove row
else
increment a field
end if
end for
The success/failure of the TEST function is only partly dependent of
the row's contents (so we can't use the SQL UPDATE command).
The MDB file may contain thousands of rows (so, I'd like to avoid
reading it all into memory at once)
Can someone please point me in the right direction?
Thanks,
Kevin
Hope you can help - I can't see the wood for the trees any more.
I currently have a local MS Access file.
I'd like to do this in VB.NET:
connect to file (select * from table)
for each row in table
if TEST(row) then
remove row
else
increment a field
end if
end for
The success/failure of the TEST function is only partly dependent of
the row's contents (so we can't use the SQL UPDATE command).
The MDB file may contain thousands of rows (so, I'd like to avoid
reading it all into memory at once)
Can someone please point me in the right direction?
Thanks,
Kevin