Re: [sqlite] SQLite C - APIs to insert data in to a table.

2012-01-12 Thread Vivien Malerba
On 12 January 2012 12:22, bhaskarReddy wrote: > > Hi Friends, > > I am using SQLite. This is the first time. And i am creating, > accessing and retrieving data from the table. > > I am using sqlite3_exec() function to insert and retrieve data. > Instead using sqlite3_exec(), is t

Re: [sqlite] SQLite C - APIs to insert data in to a table.

2012-01-12 Thread Simon Slavin
On 12 Jan 2012, at 11:22am, bhaskarReddy wrote: > I am using SQLite. This is the first time. And i am creating, > accessing and retrieving data from the table. > > I am using sqlite3_exec() function to insert and retrieve data. > Instead using sqlite3_exec(), is there any other

[sqlite] SQLite C - APIs to insert data in to a table.

2012-01-12 Thread bhaskarReddy
Hi Friends, I am using SQLite. This is the first time. And i am creating, accessing and retrieving data from the table. I am using sqlite3_exec() function to insert and retrieve data. Instead using sqlite3_exec(), is there any other APIs which help inserting data into tables.