Page 1 of 1

About Question enthuware.ocpjp.v7.2.1636 :

Posted: Tue Mar 25, 2014 9:36 pm
by balananth
The resultset will have 2 rows IDs 1 and 2. I understand that. But should the resultset also include ITEMID column?
Because the SQL for the second table selects 'everything'?
orderDetailsRS.setCommand("select * from ORDER_DETAILS");

Re: About Question enthuware.ocpjp.v7.2.1636 :

Posted: Wed Mar 26, 2014 12:25 am
by admin
Yes, you are right. It should be there. Fixed.
thank you for your feedback!

Re: About Question enthuware.ocpjp.v7.2.1636 :

Posted: Wed Mar 26, 2014 8:35 pm
by balananth
Thank you!