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 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_clar

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

2002-11-04 Thread Christer Holmström \(at Home\)
} else { printf( "Couldn't execute %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'

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! >

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: 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 Holmström wrote: > Hi! > > just downloaded MySQL, and compiled the c-code example locate

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 -