Re: [GENERAL] Java Gui for Postgress

2009-05-25 Thread queries
've had only two one hour tutorials so far on this in a class dedicated to relational databases. It will probably be something simple. Michael Craig Ringer wrote: > > queries wrote: >> Hi Everyone, >> >> I need to build a simple gui front end with jdbc access to my

[GENERAL] Java Gui for Postgress

2009-05-25 Thread queries
the buttons on my gui. It's definitely me doing something stupid because I have 0% knowledge in java. Can anyone help? Here is the code that works for me This is my main calling Queries: Queries query = new Queries (); query.listDemographics(); This is the code for my queries which ret