Re: FW: Dbf to Pg converter
От | martin.chantler@convergys.com |
---|---|
Тема | Re: FW: Dbf to Pg converter |
Дата | |
Msg-id | OF82769A84.D4013545-ON802569F9.003474BE@cbis.com обсуждение исходный текст |
Ответ на | FW: Dbf to Pg converter ("Ronnie Esguerra" <resguerra@solidservice.com.ph>) |
Ответы |
RE: FW: Dbf to Pg converter
|
Список | pgsql-general |
FYI I have hacked around with this to make a another sort of import program for DBF's. First there's a Foxpro export program that exports all databases to individual text files containing SQL This renames invalid field/table names and handles embedded quotes and CR/LF's in text, that sort of thing. On the Linux box, there is a text file of all the text files to be imported (one file per table) A C program reads this and the SQL inside performed (e.g. create table and lots of inserts) If a file imports it is removed from the main file, so it can be re-run in case of failure of any one file. This makes it much easier to handle errors when you have lots of tables/data I used it to import all data from a large Foxpro database but would also work for DBase/Clipper Memo's are not properly supported yet... Its very fast, unlike ODBC which is why I did it in the first place! I anyone is interested I will send it to you, MC. -- NOTICE: The information contained in this electronic mail transmission is intended by Convergys Corporation for the use of the named individual or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by telephone (collect), so that the sender's address records can be corrected.
В списке pgsql-general по дате отправления: