K, Rajasekar wrote:
> I need to get some information about the database I have created.

Why?  What problem are you going to solve with this information?


In addition to Simon's remarks:

> 1.       Charset - character set used in the database

Please note that this setting affects only how text values are
internally stored in the database file, but _not_ the encoding of values
as seen by your program.

> 3.       Encryption - Encryption method used in the database

If you have successfully opened the file, you already know.  If you have
not yet opened it, you cannot know.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to