On Thu, Jan 13, 2011 at 4:59 AM, Madhurima . <madhurim...@aricent.com>wrote:
> I am working on embedded system and the device has linux kernel with sqlite > database. Wanted to know if the sqlite database can be partitioned with > secure and normal partitions. > You can create separate database files and then ATTACH them both to the same database connection such that they function as a single database. One database can be encrypted, the other cleartext. > > How can the encryption be achieved for sqlite database file in linux. > > > -----Original Message----- > From: sqlite-users-boun...@sqlite.org [mailto: > sqlite-users-boun...@sqlite.org] On Behalf Of Simon Slavin > Sent: Thursday, January 13, 2011 3:18 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] partitioning SQLite database > > > On 13 Jan 2011, at 6:08am, Madhurima . wrote: > > > Is it possible to have partition in SQLite database? > > The word 'partition' is used for more than one meaning. You might be > talking about spreading the data about, or grouping results from a SELECT > command. Could you give an example or a reference to documentation ? > > Simon. > > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > "DISCLAIMER: This message is proprietary to Aricent and is intended solely > for the use of the individual to whom it is addressed. It may contain > privileged or confidential information and should not be circulated or used > for any purpose other than for what it is intended. If you have received > this message in error, please notify the originator immediately. If you are > not the intended recipient, you are notified that you are strictly > prohibited from using, copying, altering, or disclosing the contents of this > message. Aricent accepts no responsibility for loss or damage arising from > the use of the information transmitted by this email including damage from > virus." > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users