View Single Post
  #3 (permalink)  
Old 04-30-2008, 07:55 PM
Fleur Fleur is offline
Member
 
Join Date: Apr 2008
Posts: 12
Fleur is on a distinguished road
2WIMC: the error was in the following line:

Quote:
Originally Posted by Fleur View Post
Code:
table1id = rs.getInt("t1.Id");
The name of the column in the rs is "Id" and NOT "t1.Id"
Reply With Quote