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?
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)
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
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