| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Florian Feldbauer | Date: | October 27 2010 7:27am |
| Subject: | Re: Problems with storein and template queries | ||
| View as plain text | |||
mysqlpp::Query query = con.query("select * from %0 where item = %1q");
query.parse();
mysqlpp::StoreQueryResult res1 = query.store("stock","Nürnberger Brats");
This command worked. But using SSQLS and the storein() command,
it only works with one parameter, not with two.
Best regards,
Florian
--
-------------------------------------
| Florian Feldbauer |
| Ph.D. student |
| |
| Institut für Experimentalphysik I |
| Ruhr-Universität Bochum |
| Universitätsstr. 150 |
| D-44780 Bochum |
| |
| Office: NB 2/173 |
| Phone: (+49)234 / 32-23538 |
| Fax: (+49)234 / 32-14170 |
| Web: http://www.ep1.rub.de |
-------------------------------------
| Thread | ||
|---|---|---|
| • Problems with storein and template queries | Florian Feldbauer | 25 Oct |
| • Re: Problems with storein and template queries | Warren Young | 25 Oct |
| • Re: Problems with storein and template queries | Florian Feldbauer | 25 Oct |
| • Re: Problems with storein and template queries | Warren Young | 26 Oct |
| • Re: Problems with storein and template queries | Florian Feldbauer | 26 Oct |
| • Re: Problems with storein and template queries | Warren Young | 26 Oct |
| • Re: Problems with storein and template queries | Warren Young | 26 Oct |
| • Re: Problems with storein and template queries | Florian Feldbauer | 27 Oct |
| • Re: Problems with storein and template queries | Warren Young | 3 Nov |
| • Re: Problems with storein and template queries | Adrian Cornish | 25 Oct |
| • Re: Problems with storein and template queries | Warren Young | 25 Oct |
