4 messages in com.mysql.lists.javaHow can I perform a multiple tables q...
FromSent OnAttachments
Héctor A. Abreu03 Nov 2003 20:01 
Steve Forsyth03 Nov 2003 20:06 
JR Ruggentaler03 Nov 2003 20:08 
Héctor A. Abreu04 Nov 2003 11:01 
Subject:How can I perform a multiple tables query with JDBC?
From:Héctor A. Abreu (hect@comcast.net)
Date:11/03/2003 08:01:07 PM
List:com.mysql.lists.java

Hi, there. I need a query that gets data from several tables in a relational
database. I know the MySQL SELECT statement needed for that purpose but
according to my JDBC book ResultSets don't work when the SELECT statement
includes more than one table.

How do I make my multiple tables query work with JDBC?

Thank you in advance for any hint or suggestion.

Regards,

Héctor.