Re: [sqlite] How to get started SQLite Encryption Extensions(SEE) in SQLite

2009-10-04 Thread Andi Suhandi
Hi Kees, Thanks for your advice, I am understand now. Andi On 10/4/09, Kees Nuyt wrote: > On Sun, 4 Oct 2009 12:11:52 +0700, Andi Suhandi > wrote: > >>Hi George, >> >> >>Thanks for the link >>(http://www.codeproject.com/KB/database/CppSQLite.aspx) that you gave >>me, it really help me to start

Re: [sqlite] How to get started SQLite Encryption Extensions(SEE) in SQLite

2009-10-04 Thread Kees Nuyt
On Sun, 4 Oct 2009 12:11:52 +0700, Andi Suhandi wrote: >Hi George, > > >Thanks for the link >(http://www.codeproject.com/KB/database/CppSQLite.aspx) that you gave >me, it really help me to start progamming in C++. > >Ok, read the code in http://www.sqlite.org/quickstart.html, but it >looks like n

Re: [sqlite] How to get started SQLite Encryption Extensions(SEE) in SQLite

2009-10-03 Thread Andi Suhandi
Hi George, Thanks for the link (http://www.codeproject.com/KB/database/CppSQLite.aspx) that you gave me, it really help me to start progamming in C++. Ok, read the code in http://www.sqlite.org/quickstart.html, but it looks like no SEE implementation. #include #include static int callback(vo

Re: [sqlite] How to get started SQLite Encryption Extensions(SEE) in SQLite

2009-10-03 Thread George Hartzell
Simon Slavin writes: > On 4 Oct 2009, at 3:08am, Andi Suhandi wrote: > > > Since SQLite support C++, I have to ask these questions > > You could ask somewhere else. > > SQLite supports C. It does not support C++, it just doesn't violate > it. There is nothing in SQLite that takes any

Re: [sqlite] How to get started SQLite Encryption Extensions(SEE) in SQLite

2009-10-03 Thread Simon Slavin
On 4 Oct 2009, at 3:08am, Andi Suhandi wrote: > Since SQLite support C++, I have to ask these questions You could ask somewhere else. SQLite supports C. It does not support C++, it just doesn't violate it. There is nothing in SQLite that takes any advantage of anything the '++' adds: SQLi

Re: [sqlite] How to get started SQLite Encryption Extensions(SEE) in SQLite

2009-10-03 Thread Andi Suhandi
Well, Since SQLite support C++, I have to ask these questions Regards, Andi On 10/4/09, Simon Slavin wrote: > > On 4 Oct 2009, at 2:12am, Andi Suhandi wrote: > >> Are there anyone can give simple sample code in Visual C++, >> implementation SQLite with and without SEE ? SO I can compare it ?

Re: [sqlite] How to get started SQLite Encryption Extensions(SEE) in SQLite

2009-10-03 Thread Simon Slavin
On 4 Oct 2009, at 2:12am, Andi Suhandi wrote: > Are there anyone can give simple sample code in Visual C++, > implementation SQLite with and without SEE ? SO I can compare it ? > Starting from : > 1. how to connect to database > 2. query > 3. close the database Which is it you are: someone who k

[sqlite] How to get started SQLite Encryption Extensions(SEE) in SQLite

2009-10-03 Thread Andi Suhandi
Dear All, Thank you to the member for fast reply Are there anyone can give simple sample code in Visual C++, implementation SQLite with and without SEE ? SO I can compare it ? Starting from : 1. how to connect to database 2. query 3. close the database Regards, Andi === Software