| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Craig Snyder | Date: | September 28 2005 5:52pm |
| Subject: | Using MySQL Functions | ||
| View as plain text | |||
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 | ||
|---|---|---|
| • Using MySQL Functions | Craig Snyder | 28 Sep |
| • Re: Using MySQL Functions | Warren Young | 29 Sep |
| • Re: Using MySQL Functions | Ovidiu Bivolaru | 29 Sep |
