Howard Lee Harkness wrote:

One of the utilities that was foresighted enough to write was one that
dumps all of the tables into CSV format. Any recommendations for the
best way to get a CSV file imported into a Firebird database?


Not for lazarus. I have have some nice components for that sort of thing for delphi that I purchased a while back.

For yourself, you could just parse the file and build your SQL on the fly. Just remember for Firebird to commit your transaction every x number of records during the import process. Maybe every 1K - 5K records, piped in, commit and restart your transaction. Otherwise, FB may bog down from the non-committed transaction.

--

Warm Regards,

Lee


_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to