Re: Reference Tutorial for GTK+ GUI to MySQL Database

2003-01-25 Thread Carl B. Constantine
* Joel Tome ([EMAIL PROTECTED]) wrote: Please suggest website references or tutorials on how to connect MySQL database to forms created in GTK+ You might want to see if you can pick up a copy of the New Riders' book MySQL: Building User Interfaces by Matthew Stucky. ISBN: 0-7357-1049-X I'm

Reference Tutorial for GTK+ GUI to MySQL Database

2003-01-22 Thread Joel Tome
Please suggest website references or tutorials on how to connect MySQL database to forms created in GTK+ Thanks ** Joel Tome Lodgian, Inc. Two Live Oak Center, Suite 700 3445 Peachtree Road, N.E. Atlanta, GA 30326 404-365-6592 Office [EMAIL PROTECTED]

Re: Reference Tutorial for GTK+ GUI to MySQL Database

2003-01-22 Thread Damon Brinkley
GTK+ really shouldn't be involved with that at all. You need to check the APIs that MySQL offers for interacting with the databases. Here's the best place to start. http://www.mysql.com/documentation/mysql/bychapter/manual_Clients.html#Clients Damon On Wed, 2003-01-22 at 15:58, Joel Tome