E
Evgeny Zoldin
Hi ALL,
there a lot of examples how to read data from CSV file, but I could not find
any about how to save changed or newly inserted data back to the file. I
tried to call method Update on OleDbDataAdapter which filled respective
table, but debugger jumped out of the called function back to the caller
without any exception, while no chaged data were saved into the CSV file!
Why oDataAdapter.Update( oDataTable ) does not work and is it possible to
save changes "automatically" (not "manually" - row by row, field by
field...)?
Thanks
there a lot of examples how to read data from CSV file, but I could not find
any about how to save changed or newly inserted data back to the file. I
tried to call method Update on OleDbDataAdapter which filled respective
table, but debugger jumped out of the called function back to the caller
without any exception, while no chaged data were saved into the CSV file!
Why oDataAdapter.Update( oDataTable ) does not work and is it possible to
save changes "automatically" (not "manually" - row by row, field by
field...)?
Thanks