Re: [Cppcms-users] CRUD Example using MySQL
Brought to you by:
artyom-beilis
From: Daniel V. <chi...@gm...> - 2011-08-01 18:58:06
|
Hello Daniel, I don't understand exactly what you need. CRUD = Create, read, update and delete. With MySQL or with any SQL database we can do: INSERT statements for create. SELECT statements for read. UPDATE statements for update. DELETE statements for delete. In cppdb documentation there are examples for executing statements like insert, select, update and delete. http://art-blog.no-ip.info/sql/cppdb/ Good bye. On Fri, 2011-07-29 at 19:54 -0400, Daniel Rios wrote: > Hello there! > > > Where I can find a CRUD example using MySQL ??? The actual examples > are ok but there's missing a CRUD one !! > > > Daniel > > ------------------------------------------------------------------------------ > Got Input? Slashdot Needs You. > Take our quick survey online. Come on, we don't ask for help often. > Plus, you'll get a chance to win $100 to spend on ThinkGeek. > http://p.sf.net/sfu/slashdot-survey > _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users |