List: | MySQL++ | « Previous MessageNext Message » | |
From: | Warren Young | Date: | December 29 2010 5:26am |
Subject: | Re: 'vector<mysql::Row> todayslive;' question. | ||
View as plain text |
On Dec 28, 2010, at 4:58 PM, Eric Sepich wrote: > querya << "select * from sports_schedule where tf_air_date='" << > todaysdate + "' " << "and tf_live_tape_delay='Live'"; Refugee from another language, I see. Replace '+' with '<<'. > there are no code examples detailing how to use the > member functions of <mysqlpp::Row>. There's no single example that does nothing but exercise the Row member functions, but there's plenty of such use all over the examples. Study them.
Thread | ||
---|---|---|
• 'vector<mysql::Row> todayslive;' question. | Eric Sepich | 29 Dec |
• Re: 'vector<mysql::Row> todayslive;' question. | Warren Young | 29 Dec |