Suggestions for choosing GUI Language that has a MySQL DB backend

2003-04-03 Thread dpgirago
Hi MySQL Listers, I'm wondering if someone might provide some guidance about what programming language might best accomplish the following. I have been asked to write an interactive GUI program that allows for the display of results from related queries. For example, launching the application

RE: Suggestions for choosing GUI Language that has a MySQL DB backend

2003-04-03 Thread Mitko Haralanov
I would use C + GTK+ (if the os is linux). MySQL has a very nice C API (which is well-documented, I think) and GTK+ is the most common and preferred GUI development kit for Linux. If the platform is Windows, the GUI will be something else but I would still use C for the MySQL stuff. HTH,

Re: Suggestions for choosing GUI Language that has a MySQL DB backend

2003-04-03 Thread Martin Gainty
If speed isnt a issue I would say develop with one of the interpreted languages (Perl/Python) My experience trying to get anything compiled under linux or windows because of missing headers or libraries will cause you and your project to experience insufferable delay. Regards, Martin -

Re: Suggestions for choosing GUI Language that has a MySQL DB backend

2003-04-03 Thread Michael T. Babcock
I have been asked to write an interactive GUI program that allows for the display of results from related queries. For example, launching the application wil generate the first query, which will return a list of names of individuals. May I suggest Python with PyGtk+ and using Glade to build

RE: Suggestions for choosing GUI Language that has a MySQL DB backend

2003-04-03 Thread John Griffin
Hi David, check out http://gtk.php.net/ It is a GUI toolkit with a PHP interface to allow you to build client applications. John Griffin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 11:25 AM To: [EMAIL PROTECTED] Subject:

Re: Suggestions for choosing GUI Language that has a MySQL DB backend

2003-04-03 Thread dpgirago
The application will be run on windows2000. Or maybe Linux ... there is some choice ;-) Will this run on Windows or Linux? Thank you, Martin, Mitko, John Griffin, David Christensen, Michael T. Babcock, and sundisk for your replies. (Sorry for the delay...I work in several locations on