On Apr 4, 2009, at 4:43 AM, centipede moto wrote:
> I am new to c++ (I know php, c# etc), and thanks to this list I've  
> gotten sqlite3 to open a db connection without failing to find its  
> libraries. But now that I have an open db connection I am lost, I  
> can work my way through the c++ itself but I'm having a hard time  
> finding c++ sqlite3 samples, demonstrating basic querying and  
> updating, table creation etc. I've seen straight sqlite3 samples but  
> haven't really found any noobie c++ samples / tutorials for sqlite3.  
> Are there any great resources out their for c++ & sqlite3 greenhorns?

It's really just C. Any C sample code you find will achieve what you  
want. C++ libraries for SQLite3 are mostly thin wrappers over the C  
interface, and it's usually helpful to have some understanding of the  
C library because it helps in the future debugging.

d.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to