I meant the db file. Eg. I create sqlite db file say "mysqlitedb.db" and now I have MySQL installed. Can it access "mysqlitedb.db"
On 8/27/07, Markus Hoenicka <[EMAIL PROTECTED]> wrote: > Shilpa Sheoran writes: > > Can the sqlite db file be accessed using another DB api's eg. MySQL > > or anyother. > > > > Not directly, but you can use a database abstraction layer like libdbi > (http://libdbi.sourceforge.net) for C or the DBI/DBD stuff for > Perl. Your program uses the abstraction layer's API instead of the > database-specific API. > > regards, > Markus > > -- > Markus Hoenicka > [EMAIL PROTECTED] > (Spam-protected email: replace the quadrupeds with "mhoenicka") > http://www.mhoenicka.de > > > ----------------------------------------------------------------------------- > To unsubscribe, send email to [EMAIL PROTECTED] > ----------------------------------------------------------------------------- > > ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

