On Fri, 12 Jun 2009 07:05:36 -0700 (PDT), sql_newbie
<jedn...@yahoo.de> wrote:

>
>I have another question about sqlite3_exec :
>
>How can i interact with the database and save the result in a C string for
>forther use. For example:
>
>sqlite3_exec( db, "SELECT FROM urls", NULL, NULL, &zErrMsg ); 
>
>How can i save the returned result-table in a C string for further use in
>the program?


Have a look at some sample code:

http://www.sqlite.org/cvstrac/wiki?p=SimpleCode
http://www.sqlite.org/cvstrac/wiki?p=SampleCode


>Thanks.
-- 
  (  Kees Nuyt
  )
c[_]
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to