Srihari Bandi wrote: > Hi , > > I would like to know some information on Sqlite. I trying to change > all *microsoft > db* to *Sqlite db* using *Java* in my project. > > Below are some clarification required. >>> What is the difference between *.db, .sqlite& Inmemeory* sqlite file ? >>> Latest Sqlite Version?
Please go to sqlite.org and read up on the docs. Most of your questions will be answered there. Do some basic due diligence as that will help you ask more useful questions. >>> Sqlite License Terms The term SQLite is trademarked by its creator. The source code of sqlite is in Public Domain. >>> Which is the best software to manage Sqlite files. Depends on what you define as "best," and what platform you use. I use the command line in bash. >>> I am using *sqlitejdbc-v056.jar* is it compatiable to Latest Sqlite > Version. Any License Terms to use this jar. Don't know... check the sqlitejdbc web site. Ask its author or list. >>> How can I create Encrypted Sqlite files using Java. What is the > difference between *Encrypted*& *Inmemeory* sqlite files. an encrypted file is encrypted, and an in memory file is in memory. They are mutually exclusive. One could be the other or not. > > Looking forward to hearing from you. > > Thanks, > Srihari > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users -- Puneet Kishor _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users