Ask this on Android-related mailing list.

And if you include your populated database into application package
before installation and don't see any data after installation check
that you open your database with an absolute path otherwise you could
be opening some other database file, not the one you think you're
opening.


Pavel


On Thu, Jun 21, 2012 at 9:42 AM, kabugi esbon <ezieb...@gmail.com> wrote:
> Dear Sir/Madam,
>
> I have developed an android application which have an sqlite database with
> some data which i had imported from a CVS file and its working well on the
> emulator virtual machine but when i install the application on the android
> phone it does not come with the data on the database. my request is to
> assist me on how to import the CVS file or SQL file which contain my data
> to my sqlite database when am installing the application on the phone.
>
> Thank you in advance.
>
> Esbon Kabugi
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to