| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | July 21 2008 1:23am |
| Subject: | Re: Template queries aren't working for me. | ||
| View as plain text | |||
On Jul 20, 2008, at 9:13 AM, Jim wrote: > insertStr="insert into stock (item, > num,weight,price, sdate,description) values "; > insertStr+=" (%0q, %1, %2, %3, now(),%4q)"; > query << insertStr ; Quoting from the user manual, section 4.1: "To set up a template query...you call the parse() function to tell the Query object that the query string is a template query..."
| Thread | ||
|---|---|---|
| • Template queries aren't working for me. | Jim | 20 Jul |
| • Re: Template queries aren't working for me. | Warren Young | 21 Jul |
