N
N
Nubbin2017-08-11 21:12:31
SQLite
Nubbin, 2017-08-11 21:12:31

Transfer data from DBF to SQLITE?

Good night guys. There is a file "data.dbf" it takes 10mb, how to transfer all data from dbf to sqlite in a couple of seconds.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Kopendakov, 2017-08-11
@alex_kag

hmm, what's the problem?
you open dbf, you read from it, then you open basis and you write to it. If there is a lot of data, then it is better to read in blocks, and write in the same way. But something tells me that 10 MB will pass according to the first option.
PS. That's half the task - reading from a file.... https://stackoverflow.com/a/22563166/6877917

A
Alexander Kuznetsov, 2017-08-12
@DarkRaven

In general, there are converters. When I did this, though I moved to PostgreSQL, I used one of the ones I found on the internet.
And here is something interesting: https://groups.google.com/forum/#!topic/comp.lang....

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question