| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | JJ Harrison | Date: | November 8 2008 10:11am |
| Subject: | 'result' is not a member of mysqlpp | ||
| View as plain text | |||
I've just done a fresh install of mysqlpp. I compiled it fine etc. When I try and compile my program (which previously compiled fine with mysqlpp) I get 'Result' is not a member of 'mysqlpp'. This is after I declare a mysqlpp::Query like so: mysqlpp::Query query = con.query(); query << "SELECT batchid, name FROM `batch` ORDER BY datemodification DESC" << endl; mysqlpp::Result res = query.store(); What setup issue might cause this? -- JJ Harrison noodle_snacks@stripped
| Thread | ||
|---|---|---|
| • insertfrom( ) questions | Rick Gutleber | 7 Nov |
| • Re: insertfrom( ) questions | Warren Young | 8 Nov |
| • 'result' is not a member of mysqlpp | JJ Harrison | 8 Nov |
| • Re: 'result' is not a member of mysqlpp | Warren Young | 8 Nov |
| • Re: insertfrom( ) questions | Rick Gutleber | 10 Nov |
| • Re: insertfrom( ) questions | Warren Young | 11 Nov |
| • Re: insertfrom( ) questions | Rick Gutleber | 11 Nov |
| • Re: insertfrom( ) questions | Warren Young | 11 Nov |
| • Re: insertfrom( ) questions | Rick Gutleber | 12 Nov |
| • Re: insertfrom( ) questions | Rick Gutleber | 13 Nov |
| • Re: insertfrom( ) questions | Warren Young | 13 Nov |
| • Re: insertfrom( ) questions | Rick Gutleber | 13 Nov |
| • Re: insertfrom( ) questions | Warren Young | 13 Nov |
| • RE: insertfrom( ) questions | Ian Daysh | 11 Nov |
| • Re: insertfrom( ) questions | Jim Graf | 11 Nov |
