| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | December 18 2008 9:15pm |
| Subject: | Re: about template query .. | ||
| View as plain text | |||
On Dec 18, 2008, at 6:52 AM, soryu Jeong wrote:
> int id = 0x12345
Try:
mysqlpp::sql_int id = 0x12345
Using MySQL++ data types ensures there's always a known-correct way to
do the data conversion between C++ and SQL.
| Thread | ||
|---|---|---|
| • about template query .. | soryu Jeong | 18 Dec |
| • Re: about template query .. | Warren Young | 18 Dec |
| • Re: about template query .. | Warren Young | 19 Dec |
