From: Demetris Zavorotnichenko Date: October 15 2008 10:42am Subject: pretty simple stuff List-Archive: http://lists.mysql.com/plusplus/8036 Message-Id: <20081015104123.78899187E3F@demokritos3.cytanet.com.cy> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0038_01C92ECB.D1E8E630" ------=_NextPart_000_0038_01C92ECB.D1E8E630 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi everyone. I'm New to mysql++ and just compiled the library and testing out some things. My questions are pretty lame at this point but please bare with me and help if you can. My application is SMS handling, I'm using the OzekiNG(if anyone knows it) which basicly has 2 tables in a database: messagesin & messagesout My task is pretty simple 1.I need to read out a row (all rows) from a table (messagesin) 2.Do my funky functions and calculations based on what's in it 3.Delete the row I just read 4.Create a new row in another table (messagesout) 5.delete that one as well when the field "status" has changed The reading part is pretty much self explanatory in the example files that come with the library It's the "Create a new field" and "delete a field" that I'm having problems with. I haven't used much MySql at all, but now I kinda have to. I know that for most of you guys these things are pretty simple but for me it's like walking in the dark. Please help out, point to the functions or code I need. I would appreciate any help you can give me. Demetris. ------=_NextPart_000_0038_01C92ECB.D1E8E630--