How to initialize mysqlpp::sql_tinyblob? 2007-08-07 - By Graham Reitz
Back 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
|
|