Hi All,

I am currently working on a project where I am using "SqLite" database to store 
some data. And I need to get some information about the database I have created.
Information like

1.       Charset - character set used in the database

2.       Collation - Collation method used in the database

3.       Encryption - Encryption method used in the database

4.       Casesensitve - Case sensitive details

Can I get all of these details ablout the database? If not can I get little 
info.

I am not sure how to get all these details and I have checked the sqlite_master 
table this doesn't give any info.

Is there any build in functions that will give me these details?

I have used C# to create database.

With best regards,
Rajasekar K

Siemens Technology and Services Private Limited
CT DD DS AA TEC AU UI
84, Hosur Road
Bengaluru 560100, India
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to