| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Tomalak Geret'kal | Date: | January 3 2011 8:54pm |
| Subject: | Re: Initialization of a Query object. | ||
| View as plain text | |||
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='"<<todaysdate<<"'"; >> 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
| Thread | ||
|---|---|---|
| • Initialization of a Query object. | Eric Sepich | 3 Jan |
| • Re: Initialization of a Query object. | Jonathan Wakely | 3 Jan |
| • Re: Initialization of a Query object. | Tomalak Geret'kal | 3 Jan |
| • Re: Initialization of a Query object. | Jonathan Wakely | 3 Jan |
| • Re: Initialization of a Query object. | Warren Young | 3 Jan |
| • Re: Initialization of a Query object. | Eric Sepich | 3 Jan |
| • Re: Initialization of a Query object. | Warren Young | 3 Jan |
| • Re: Initialization of a Query object. | Tomalak Geret'kal | 4 Jan |
| • Re: Initialization of a Query object. | Jonathan Wakely | 4 Jan |
| • Re: Initialization of a Query object. | Eric Sepich | 4 Jan |
| • Re: Initialization of a Query object. | Tomalak Geret'kal | 4 Jan |
| • Re: Initialization of a Query object. | Adrian Cornish | 3 Jan |
