Hi,
> I'm interested only in using H2Database as a flat file database
> manager for CSV files. I see how to create a CSV file with data, and I
> see how to read all of the data out of it, but I do not see how to
> edit the file.
>
> Is there a way to delete and insert rows into the CSV file?
No. There is a feature request, but I don't have a plan to implement
it in the near future ("Linked schema using CSV files: one schema for
a directory of files; support indexes for CSV files"). The problem is
how to implement transactions.
HSQLDB supports such a feature they call 'text tables'. I have never
used it however: http://hsqldb.org/doc/guide/ch06.html
Regards,
Thomas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---