![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I would like to use some of the built-in functions available with MySQL such as NOW(). How do I call them when using MySQL++? |
#3
| |||
| |||
|
| I would like to use some of the built-in functions available with MySQL such as NOW(). How do I call them when using MySQL++? This is an example of what I am trying to do. Unfortunately it fails, what am I doing wrong? User row(0, Name, Address, Phone, NOW() ); Query query = con->query(); query.insert(row); query.execute(); Craig Snyder Chief Software Architect http://www.inclue.com inclue! ...the internet on your terms. |
![]() |
| Thread Tools | |
| Display Modes | |
| |