RE: Problems with "ORDER BY" from C API (works from command-line tool mysql.exe)

2002-11-04 Thread Christer Holmström \(at Home\)
Yes, but the problem was in the listbox with auto-sort ;-) /Chris -Original Message- From: Paul DuBois [mailto:paul@;snake.net] Sent: den 5 november 2002 00:20 To: Joseph Bueno; Christer Holmström (at Home) Cc: [EMAIL PROTECTED] Subject: Re: Problems with "ORDER BY" from C

Re: Problems with "ORDER BY" from C API (works from command-line tool mysql.exe)

2002-11-04 Thread Paul DuBois
At 11:56 +0100 11/4/02, Joseph Bueno wrote: Christer Holmström (at Home) wrote: Hi! This SQL works perfect when running the command line tool mysql.exe SELECT exe, sum(duration) FROM data GROUP BY exe ORDER BY 2 BUT when running from the C API, the "ORDER BY" part doesn't seem active, wh

Re: Problems with "ORDER BY" from C API (works from command-line tool mysql.exe)

2002-11-04 Thread Benjamin Pflugmann
Hi. On Mon 2002-11-04 at 11:56:40 +0100, [EMAIL PROTECTED] wrote: > Christer Holmström (at Home) wrote: [...] > > This SQL works perfect when running the command line tool mysql.exe > > > > SELECT exe, sum(duration) FROM data GROUP BY exe ORDER BY 2 > > > > BUT when running from the C API, the "OR

RE: Problems with "ORDER BY" from C API (works from command-line tool mysql.exe)

2002-11-04 Thread Christer Holmström \(at Home\)
k' Cc: 'Joseph Bueno'; [EMAIL PROTECTED] Subject: RE: Problems with "ORDER BY" from C API (works from command-line tool mysql.exe) The code works in that sence that I get resultsets, the only thing that does not work is the "ORDER BY" option for the SELECT statement. Th

RE: Problems with "ORDER BY" from C API (works from command-line tool mysql.exe)

2002-11-04 Thread Christer Holmström \(at Home\)
gt;From: Joseph Bueno [mailto:joseph.bueno@;trader.com] >Sent: den 4 november 2002 11:57 >To: Christer Holmström (at Home) >Cc: [EMAIL PROTECTED] >Subject: Re: Problems with "ORDER BY" from C API (works from >command-line tool mysql.exe) > > >Christer Holmström (a

RE: Problems with "ORDER BY" from C API (works from command-line tool mysql.exe)

2002-11-04 Thread Christer Holmström \(at Home\)
- From: Joseph Bueno [mailto:joseph.bueno@;trader.com] Sent: den 4 november 2002 11:57 To: Christer Holmström (at Home) Cc: [EMAIL PROTECTED] Subject: Re: Problems with "ORDER BY" from C API (works from command-line tool mysql.exe) Christer Holmström (at Home) wrote: > Hi! >