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
sqlite3_stmt* somewhere, but i can't find good examples and lots of
the ones i find use sqlite3_prepare_v2, which i think is deprecated
for SQLite3...

Can someone please give me some nice RTFM links will good basic
tutorials for the C API? Ones that include the aforementioned task
preferably ;)

TIA,
Nuno Magalhães

-- 
()  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

Reply via email to