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]
-----------------------------------------------------------------------------

Reply via email to