tags:

views:

31

answers:

1

is their any tools to convert SQLLite database to SQLAnywhere format ?,the purpose to use SQLLite on BlackBerry devices with software version less than 5

+1  A: 

Try to export the data as INSERT script and then load it on SQLAnywhere.

Aaron Digulla