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

2002-11-04 Thread Christer Holmström \(at Home\)
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, why? Please help. /Christer

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! This SQL works

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

2002-11-04 Thread Christer Holmström \(at Home\)
%s on the server !\n, szSQL ) ; } } -Original Message- From: gerald_clark [mailto:gerald_clark;suppliersystems.com] Sent: den 4 november 2002 15:51 To: Christer Holmström (at Home) Cc: 'Joseph Bueno'; [EMAIL PROTECTED] Subject: Re: Problems with ORDER BY from C API (works from

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

2002-11-04 Thread Christer Holmström \(at Home\)
Hmm, sorry, but it works! Found the problem, it was all my misstake. It was my win32 dialoglist that was sorted :-( Thanks! /Christer -Original Message- From: Christer Holmström (at Home) [mailto:Christer.Holmstrom;home.se] Sent: den 4 november 2002 15:59 To: 'gerald_clark' Cc: 'Joseph

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 API (works from

Problem with c-code example ...

2001-03-12 Thread Christer Holmström
Hi! just downloaded MySQL, and compiled the c-code example located in MySQL\examples\libmysqltest It works fine for the default database called mysql ... but not for any of the other databases. Any clue? Best Regards, Christer

Re: Problem with c-code example ...

2001-03-12 Thread Christer Holmström
I'm using Microsoft Visual C++ version 6.0 and Windows 2000 Professional. The manual samples works ... e.g. to run mysql and enter commandes manually Anyone ... ? /Christer Christer Holmstrm wrote: Hi! just downloaded MySQL, and compiled the c-code example located in