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
is their any tools to convert SQLLite database to SQLAnywhere format ?,the purpose to
Share
Try to export the data as INSERT script and then load it on SQLAnywhere.