Is the order same?

2002-06-14 Thread Vandana
When I say 'select * from table', can I always be assured of the order in which the results are retrieved. If I issue the query a second time, (assuming no new insertions on the table), will I get the results in the same order, again?

Re: A simple query, please help (solved)

2002-06-14 Thread Vandana
rors of the float type. The extra bytes of the > double type should resolve the problem. > --Michael > > --- Vandana <[EMAIL PROTECTED]> wrote: > > > > My table is as follows: > > > > Value Distance > >(float)

A simple query, please help

2002-06-14 Thread Vandana
My table is as follows: Value Distance (float) (float) 2.0 42.3 1.0 56.9 3.2 20.0 1.3 18.5 I issued a query, 'update ta

What does the error mesg mean

2002-06-13 Thread Vandana
I am using mysql's C API in my program. I am using a connection to run many queries, but I am running these queries sequentially. There are about 15 queries that I issue through this connection at different parts of my program. It works successfully most of the times, but fails at cer