| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | October 8 2004 6:00pm |
| Subject: | Re: compiling mysql++ examples (fwd) | ||
| View as plain text | |||
Don Thompson wrote: > const CLdata junk(*this); I don't see why that is necessary... > query.insert(&junk); Try query.insert(junk). Or, with my first comment in mind, query.insert(*this).
| Thread | ||
|---|---|---|
| • compiling mysql++ examples (fwd) | Enrique Farfan | 5 Oct |
| • Re: compiling mysql++ examples (fwd) | Warren Young | 5 Oct |
| • Re: compiling mysql++ examples (fwd) | Don Thompson | 8 Oct |
| • Re: compiling mysql++ examples (fwd) | Warren Young | 8 Oct |
| • Re: compiling mysql++ examples (fwd) | Don Thompson | 8 Oct |
| • Re: compiling mysql++ examples (fwd) | Warren Young | 8 Oct |
| • Re: compiling mysql++ examples (fwd) | Don Thompson | 9 Oct |
| • Re: compiling mysql++ examples (fwd) | Chris Frey | 9 Oct |
