Re: [sqlite] encrypted file

2006-10-25 Thread Lloyd
Thanks for your informative reply. I would like to know, whether I can open a database which is created using the sqlite API from a program, using the sqlite command line client? [I tried it using sqlite db name with full path and it shown the following error- Unable to open database

Re: [sqlite] encrypted file

2006-10-25 Thread Lloyd
Sorry for my mistake. I was creating database using sqlite3 API and trying to open it with sqlite command line client version 2.7 Thanks a lot. Lloyd. On Wed, 2006-10-25 at 11:51 +0530, Lloyd wrote: Thanks for your informative reply. I would like to know, whether I can open a database

[sqlite] encrypted file

2006-10-24 Thread Lloyd
Hi List, Whether the data base which we create through the program will be in encrypted form? If yes, how can I see the result in sqlite? (How can use select statements on this database?) My application creates a database and to analyze the results in the database, it will be easy for me to

Re: [sqlite] encrypted file

2006-10-24 Thread drh
Lloyd [EMAIL PROTECTED] wrote: Hi List, Whether the data base which we create through the program will be in encrypted form? The public-domain version of SQLite does not encrypt the data. But commerical extensions that encrypt the data are available. See, for example,