Re: [sqlite] Newbie trying to list resultSet with C

2009-05-10 Thread Nuno Magalhães
Thanks for the replies guys! :) -- () ascii ribbon campaign - against html e-mail /\ ascii-rubanda kampajno - kontraŭ html-a retpoŝto ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Newbie trying to list resultSet with C

2009-05-08 Thread Kees Nuyt
On Fri, 8 May 2009 16:26:20 +0100, Nuno Magalhães wrote: >Greetings. > >I've managed to compile the example, after installing the amalgamation >and using -lsqlite3 in gcc, otherwise it'll complain about undefined >references. > >I can't figure out how to read a simple

Re: [sqlite] Newbie trying to list resultSet with C

2009-05-08 Thread Simon Davies
2009/5/8 Simon Davies : > 2009/5/8 Nuno Magalhães : >> Greetings. >> >> I've managed to compile the example, after installing the amalgamation >> and using -lsqlite3 in gcc, otherwise it'll complain about undefined >> references. >> >> I

Re: [sqlite] Newbie trying to list resultSet with C

2009-05-08 Thread Simon Davies
2009/5/8 Nuno Magalhães : > Greetings. > > I've managed to compile the example, after installing the amalgamation > and using -lsqlite3 in gcc, otherwise it'll complain about undefined > references. > > I can't figure out how to read a simple result set. I know i shoud use

[sqlite] Newbie trying to list resultSet with C

2009-05-08 Thread Nuno Magalhães
Greetings. I've managed to compile the example, after installing the amalgamation and using -lsqlite3 in gcc, otherwise it'll complain about undefined references. I can't figure out how to read a simple result set. I know i shoud use sqlite3_exec and/or sqlite3_step and i'm required to have a