Subject | Re: [firebird-support] Export data to SQLite |
---|---|
Author | Mark Rotteveel |
Post date | 2014-04-02T07:38:54Z |
On 01 Apr 2014 22:13:30 -0700, <venussoftop@...> wrote:
look at https://www.sqlite.org/cvstrac/wiki?p=ConverterTools
In the worst case you need
1) Firebird driver
2) SQLite driver
3) Manually write the pumping from Firebird to SQLite
Mark
> Hi alltheir
> I wanted my user of the software to use formatted / filtered data on
> mobile. MyData is a fine app I had in mind to allow them to view dataon
> the Android mobiles with SQLite being native to Android I was wonderingif
> I could export FireBird data to SQLite format for upload to the mobile.I am not sure if there are simple solutions out there. You might want to
look at https://www.sqlite.org/cvstrac/wiki?p=ConverterTools
In the worst case you need
1) Firebird driver
2) SQLite driver
3) Manually write the pumping from Firebird to SQLite
Mark