Results 1 to 2 of 2

Thread: GTK Userinterface for MySQL?

  1. #1
    Join Date
    Feb 2010
    Beans
    7

    GTK Userinterface for MySQL?

    I have a question for the GTK programmers here.
    How can I implement a graphical UI with GTK, that can access and manipulate a MySQL DB?
    I want the program to display one MySQL table and enable the user to manipulate the containing data.

    Does anybody have some ideas, a script or a tutorial that could be useful?

    Thank you!

    greets, bipmaol

  2. #2
    Join Date
    Sep 2007
    Location
    Manila, Philippines
    Beans
    43
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: GTK Userinterface for MySQL?

    Hi, here is the gtk tutorial that I am using:
    http://zetcode.com/tutorials/gtktutorial/

    For the mysql gui part, you might wanna look into GMySQLcc
    http://projects.thepozer.net/wiki/gmysqlcc

    It's open source, so you might wanna look into the code to give you some idea.

    Another mysql-gtk specific tutorial I found was this:
    http://www.informit.com/articles/article.aspx?p=22315

    Good luck!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •