| От | Sean Davis |
|---|---|
| Тема | Re: PostgreSQL and import/export to dbf and mdb |
| Дата | |
| Msg-id | 200703120640.01528.sdavis2@mail.nih.gov обсуждение |
| Ответ на | Re: PostgreSQL and import/export to dbf and mdb (" Jaromír Kamler" <kamler@centrum.cz>) |
| Список | pgsql-novice |
On Monday 12 March 2007 06:18, Jaromír Kamler wrote: > Hallo, thans for your reply. > > There is no ODBC. I need import some tables to PgSQL, create some new > tables and that new tables export back to *.dbf and *.mdb. I use it in > specific program, which can work only with database files (dbf, mdb, ...). You might look into using something like this: http://search.cpan.org/~janpaz/DBD-XBase-0.241/lib/XBase.pm for working with the files. You could load the files using perl, dump from perl into postgres, do your manipulations, retrieve back into perl from postgres, and then write the new files. If the manipulations are not too complex, they might be better done in perl only. Sean
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера