Hi Wally, hope you're still visiting this site, haven't heard from you in a while. I've managed to find a project, but wanted to see what you thougth of it's potential before I submit it as my project.
Thanks again for your help.
John.
Project Ideas
GUI Interface to Database
There are a number of open-source databases—of which MySQL and PostgreSQL are perhaps the best known. Another example of an open-source database—available for both UNIX-like systems such as Linux, and also Windows, is SQLite (
http://www.sqlite.org). Unlike others, there is no GUI-based interface—only a console interface.
The aim of this project is to create a GUI interface to SQLite. I have in mind something along the lines of Microsoft Access but this is not essential. Since SQLite is cross-platform, it would seem a good idea for the interface to also be cross-platform, and a number of possibilities would seem to be worth investigating:
• Qt 4 Free Edition (
http://www.trolltech.com)
• GTK (
http://www.gtk.org)
• wxWidgets (
http://www.wxwidgets.org)
• Tcl/Tk
There is also Java, of course, and there may be others worth considering.
You would need to:
• Investigate the possible tools and technologies—not just the platforms, but supporting tools such as form designers too.
• Investigate the type of interface that would be desirable.
• Design and implement the system in a cross-platform manner.