| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | January 14 2006 10:15am |
| Subject: | Re: problems storing files in blobs | ||
| View as plain text | |||
Thomas Werth wrote: > > mysqlpp::escape_string( fill ); This does nothing. > sql << mysqlpp::escape; This also does nothing. You must use canonical stream syntax for the escape manipulator to work: sql << mysqlpp::escape << what_to_escape << ....
| Thread | ||
|---|---|---|
| • undefined reference to 'mysql_shutdown@4':help! | brizio85 | 13 Jan |
| • problems storing files in blobs | Thomas Werth | 13 Jan |
| • Re: problems storing files in blobs | Warren Young | 14 Jan |
| • Re: undefined reference to 'mysql_shutdown@4':help! | Warren Young | 14 Jan |
