Subject Re: [firebird-support] Export data to SQLite
Author Mark Rotteveel
On 01 Apr 2014 22:13:30 -0700, <venussoftop@...> wrote:
> Hi all
> I wanted my user of the software to use formatted / filtered data on
their
> mobile. MyData is a fine app I had in mind to allow them to view data
on
> the Android mobiles with SQLite being native to Android I was wondering
if
> 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