Link to home
Start Free TrialLog in
Avatar of roy_sanu
roy_sanuFlag for India

asked on

Importing Android SQlite database data to db2

Hi.

Is there is any way to move the sqlite data to db2.. Data has to be collected offline  using using a tablet which is android base and it has to sync on it  once it finds the connectivity and automatically it has move the data into db2. Let us know how this can be achieved

Thanks
Avatar of Kent Olsen
Kent Olsen
Flag of United States of America image

Hi Roy,

I'm not familiar with any way to link SQLLite and DB2 (directly).

You'll need to dump the data from the SQLLite database into a form that DB2 can process.


Kent
Avatar of roy_sanu

ASKER

I can use csv as a format.. how can I automate the data into db2.. is there any tool or we have to write any program to do that
ASKER CERTIFIED SOLUTION
Avatar of Kent Olsen
Kent Olsen
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Android-Example
Android-Example

Hi dude, i have also find out one good example
<a href="http://androidexample.com/SQLite_Basic_Commands/index.php?view=article_discription&aid=50&aaid=75">
SQLite Basic Commands
</a>