-----Original Message----- From: administrator [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 5:01 AM To: sqlite-users@sqlite.org Subject: [sqlite] Convert / Import
Does anybody know a good/quick way to convert from V.Fox 8 .dbf to sqlite format ? I tried to export to .csv from Visual Fox , then to import into .db using SQLite Database Browser but it just takes to much time (running for 2h50m now and still going, a ~ 2.000.000. rows each with 32 fields ) and hassle. Any quick way to do this ? Thank you. Dumitru Florin. ============================================================= If you end up continuing to use .CSV and importing, you may want to create your indices after the import, and turn the synchronous parameter OFF (until after the conversion). These should reduce the total conversion time. Donald Griggs Opinions are not necessarily those of Misys Healthcare Systems nor its board of directors.