| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Graham Reitz | Date: | August 8 2007 3:46am |
| Subject: | How to initialize mysqlpp::sql_tinyblob? | ||
| View as plain text | |||
How would you initialize password in the following SSQLS?
sql_create_2(clients, 1, 2,
unsigned int, client_id,
mysqlpp::sql_tinyblob, password)
clients client;
client.client_id = 1;
client.password = ????;
Thanks,
Graham
