From: Tomalak Geret'kal Date: January 3 2011 8:54pm Subject: Re: Initialization of a Query object. List-Archive: http://lists.mysql.com/plusplus/9166 Message-Id: <4D223778.1020706@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 03/01/2011 20:46, Jonathan Wakely wrote: > On 3 January 2011 18:40, Eric Sepich wrote: >> In the code below is the '= conn.query();' essential? From reading the >> manual I know that a query can be placed inside quotes in conn.query() and a >> Query object is returned. >> >> Query queryb = conn.query(); >> queryb<< "SELECT * FROM sports_program where tf_database_key like 'SP%' and >> tf_game_date='"<> StoreQueryResult qsports_program=queryb.store(); > > In the time it took you to write that email you could have tried it > for yourself. > > If it doesn't compile without it, it's probably essential. > That's hardly enough to determine whether something is correct, essential, valid or idiomatic. In the time it took you to write your response you could likely have answered the question. :) Tom