This is a discussion on MYSQL API within the MySQL Database forums, part of the Database Forums category; hi, i need to write simple c program that work with MYSQLAPI .it's very simple to do, i have ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hi, i need to write simple c program that work with MYSQLAPI .it's
very simple to do, i have just made test with connection and retriving result, and it's ok.Now i must make in way to delete some records that is old then one day, so i need to run a simple query.But i don't understand how to obtain the result...done or error Can someone help me or suggest me the way |
|
|||
|
== Quote from F4bi0 (fgarav@gmail.com)'s article
> hi, i need to write simple c program that work with MYSQLAPI .it's > very simple to do, i have just made test with connection and retriving > result, and it's ok.Now i must make in way to delete some records that > is old then one day, so i need to run a simple query.But i don't > understand how to obtain the result...done or error > Can someone help me or suggest me the way if you check out the reference manual, you'll find a big chapter regarding C API's. for mysql5, it is in chapter 22. hope this helps. -- POST BY: lark with PHP News Reader |