Page 1 of 1

About Question enthuware.ocpjp.v17.2.3630 :

Posted: Thu Dec 21, 2023 10:04 pm
by yulinxp
I think the table name should be TEACHER

Code: Select all

        PreparedStatement insertPS
            = c.prepareStatement("insert into SUBJECT (NAME, TID) VALUES (?, ?)");

Re: About Question enthuware.ocpjp.v17.2.3630 :

Posted: Fri Dec 22, 2023 4:58 am
by admin
Right. Fixed.
thank you for your feedback!

Re: About Question enthuware.ocpjp.v17.2.3630 :

Posted: Thu Feb 22, 2024 8:30 am
by marpiva
So the code reads and writes to the same table? I'm not sure that the fix is good.

Re: About Question enthuware.ocpjp.v17.2.3630 :

Posted: Thu Feb 22, 2024 10:46 am
by admin
That is not an issue. It is possible to read and write from/to the same table.