View Single Post
Old 11-22-2004, 12:17 AM   #2 (permalink)
Crow T. Robot
Registered User
 
Join Date: Nov 2004
Posts: 14
Crow T. Robot is on a distinguished road
I haven't gotten started on this program. I will work on it tomorrow and have help, but I'd appreciate any I can get here as I'm very pressed on time. I need to make a series of predefined queries, each with their own name, displayed in a JComboBox. Users must be able to supply their own queries and add them to the JCOMBO Box.

Now, all I have to do is make the following predefined queries: Select all authors from the authors table, select all publishers from the publishers table, select a specific author and list all books for that author. Include the title, year, and ISBN. Order information alphabetically by the author's last name and first name. Select a publisher and list all books published by tha tpublisher. Include the title, year, and ISBN. Order the information alphabetically by title.

This last one is optional for the assignment, but I'd like to be able to do it. Provide any other queries which may be appropriate.

On this, I'll need all the help I can get.
Crow T. Robot is offline   Reply With Quote