From: Warren Young Date: December 29 2010 5:26am Subject: Re: 'vector todayslive;' question. List-Archive: http://lists.mysql.com/plusplus/9154 Message-Id: MIME-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable On Dec 28, 2010, at 4:58 PM, Eric Sepich wrote: > querya << "select * from sports_schedule where tf_air_date=3D'" << > todaysdate + "' " << "and tf_live_tape_delay=3D'Live'"; Refugee from another language, I see. Replace '+' with '<<'. > there are no code examples detailing how to use the > member functions of . 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.