Re: Client-side developing

2001-09-25 Thread R Datta
At 02:56 PM 9/25/2001, Walter Omar Autalán wrote: >I want to develop Windows-based client to interact with linux-based >MySQL and I can't realize the best programming language suitable for >that task. >Clients must be run in Windows because customer requirement. Hi Walter, I have been develop

Re: Select statement problem

2001-09-23 Thread R Datta
I am assuming from your email that the field ID allows duplicates. In that case, use the SELECT DISTINCT syntax ... that will get you back the 1 row you are looking for. However, if the (ID,CompetitorName) tuple is unique, SELECT DISTINCT will NOT help. Hope this helps Raj At 06:12 PM 9/23/200

Iist number of connections/users

2001-09-22 Thread R Datta
What is the command to list all the users connected to mysql server? Thanks Raj - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To req