Page 1 of 1

import dbf to SQLite

Posted: Fri Sep 11, 2015 11:14 am
by dragancesu
I'm sure there are many tools to help you do this, but I still made another. Based on the DBF structure program will create a table in SQLite database, and transfer data, 1: 1, and you later make optimize
The result is a program that you need to compile

First step: compile imp_gen.prg
Second: compile result program

File sql1.prg you can found on c:\hmg\samples\hfcl\sql\sqlite // author Rathinagiri

p.s. in hmg folder, in file hmg.hbc line #libs=hbsqlit3 remove #

Re: import dbf to SQLite

Posted: Fri Sep 11, 2015 1:36 pm
by Rathinagiri
Thanks a lot for the sharing.

Re: import dbf to SQLite

Posted: Fri Sep 11, 2015 1:45 pm
by bpd2000
Rathinagiri wrote:Thanks a lot for the sharing.
+1

Re: import dbf to SQLite

Posted: Fri Sep 11, 2015 11:03 pm
by danielmaximiliano
Thanks a lot for the sharing Dragan

Re: import dbf to SQLite

Posted: Sun Sep 13, 2015 7:52 am
by serge_girard
Thanks Dragan!

Serge