Re: [sqlite] C++ Sample Code

2011-05-21 Thread Amy and Steve
t C. I asked for sample code for use in C++. If C >> code will work just fine then sample C code would be fine and dandy with me. > See the end of > > http://www.sqlite.org/quickstart.html > > after that, Google on 'sqlite c sample code'. > > Simon. >

Re: [sqlite] C++ Sample Code

2011-05-15 Thread Don Ireland
SQLite Database <sqlite-users@sqlite.org> Sent: Sun, 15 May 2011 10:08 AM Subject: Re: [sqlite] C++ Sample Code On 15 May 2011, at 3:58pm, Don Ireland wrote: > I never said I need C++ not C. I asked for sample code for use in C++. If C > code will work just fine then sample C

Re: [sqlite] C++ Sample Code

2011-05-15 Thread Simon Slavin
On 15 May 2011, at 3:58pm, Don Ireland wrote: > I never said I need C++ not C. I asked for sample code for use in C++. If C > code will work just fine then sample C code would be fine and dandy with me. See the end of http://www.sqlite.org/quickstart.html after that, Google on 'sq

Re: [sqlite] C++ Sample Code

2011-05-15 Thread Don Ireland
that it's hard to read. Don Ireland -Original Message- From: "Afriza N. Arief" <afriza@gmail.com> To: General Discussion of SQLite Database <sqlite-users@sqlite.org> Sent: Sun, 15 May 2011 5:10 AM Subject: Re: [sqlite] C++ Sample Code The official programming API is

Re: [sqlite] C++ Sample Code

2011-05-15 Thread Don Ireland
<sgb...@googlemail.com> To: General Discussion of SQLite Database <sqlite-users@sqlite.org> Sent: Sun, 15 May 2011 5:12 AM Subject: Re: [sqlite] C++ Sample Code On Sun, May 15, 2011 at 11:39 AM, Don Ireland <sql...@donireland.com> wrote: > Thanks for taking the time to respond

Re: [sqlite] C++ Sample Code

2011-05-15 Thread Sylvain Pointeau
I wrote one wrapper, that can be compiled, like sqlite3, in your C++ program. It doesn't rely on any third library except sqlite3. The update of sqlite3 is just done by replacing the amalgamation files. https://gitorious.org/sylisa-dblite/sylisa-dblite It uses the syntax borrowed from soci++,

Re: [sqlite] C++ Sample Code

2011-05-15 Thread Stephan Beal
On Sun, May 15, 2011 at 11:39 AM, Don Ireland wrote: > Thanks for taking the time to respond. But I'd prefer to learn to use > SQLite. Then use sqlite's API. Why require C++? sqlite's API can be used just fine from C++ programs. > If I use one of these wrappers, I

Re: [sqlite] C++ Sample Code

2011-05-15 Thread Afriza N. Arief
The official programming API is in C and Tcl. If you want C++ API, you need to use 3rd party wrappers or write your own. To use C API, go to "SQLite Programming Interfaces" section at http://sqlite.org/docs.html On May 15, 2011 5:39 PM, "Don Ireland" wrote: > > Thanks for

Re: [sqlite] C++ Sample Code

2011-05-15 Thread Don Ireland
Subject: Re: [sqlite] C++ Sample Code On Sun, May 15, 2011 at 4:24 AM, Don Ireland <sql...@donireland.com> wrote: > Can anyone suggest a good source for sample C++ code? I really would > rather not come here and ask for every little thing--I'd learn it better > this way. > Ther

Re: [sqlite] C++ Sample Code

2011-05-15 Thread Stephan Beal
On Sun, May 15, 2011 at 4:24 AM, Don Ireland wrote: > Can anyone suggest a good source for sample C++ code? I really would > rather not come here and ask for every little thing--I'd learn it better > this way. > There are 3 different C++ wrappers here:

[sqlite] C++ Sample Code

2011-05-14 Thread Don Ireland
Can anyone suggest a good source for sample C++ code? I really would rather not come here and ask for every little thing--I'd learn it better this way. Thanks. ___ sqlite-users mailing list sqlite-users@sqlite.org