Re: [GENERAL] Java Gui for Postgress

2009-05-25 Thread queries
Hi Craig, Thank you for your reply and for all of the pointers. I didn't include the Gui code (It would have taken too much space), just the simple query code that already works in printing out the results I wanted. Basically I just wanted to find out how to use this code which works, inside of a

Re: [GENERAL] Java Gui for Postgress

2009-05-25 Thread Craig Ringer
queries wrote: > Hi Everyone, > > I need to build a simple gui front end with jdbc access to my Postgres > database. I have the front end ready and I have some code which retrieves > records from my database, but for some reason I keep on getting errors > (lately just freezes without errors) when

[GENERAL] Java Gui for Postgress

2009-05-25 Thread queries
Hi Everyone, I need to build a simple gui front end with jdbc access to my Postgres database. I have the front end ready and I have some code which retrieves records from my database, but for some reason I keep on getting errors (lately just freezes without errors) when I apply that same code to