Michael,
thank you for example, however I would like to save _entire_ table to file.
ADOTable that comes with Delphi has function SaveToFile(filename) and LoadFromFile(filename), is there anything similar in Zeoslib?
Kind regards, SilverCrest
Search found 2 matches
- 25.05.2012, 02:09
- Forum: ADO
- Topic: ADO saving/loading
- Replies: 3
- Views: 2213
ADO saving/loading
Hello, I just recently starting exploring ZeosLib V.7 with Delphi XE2. My question is does ZTable support ADOTable SaveToFile / LoadFromFile functions? What I would like to do is having MSAccess DB connected via ZConnection and ZTable to save open table to file and then load it back to ZTable after ...