1
I’m making a query in Mysql and when the query exists it returns the good values.
But here’s the question, what’s the value ResultSet
receives when the search does not exist? Type look for a name in the table records if that name does not exist in the database which is returned?
I’ve searched the Internet but can’t find anything related.
Thank you very much! worked perfectly! I was wondering where I can research more on the subject. is there any specific book detailing the JDBC?
– Christiano Oliveira
@Christianooliveira Dispo. In the documentation there is a tutorial on, see: http://docs.oracle.com/javase/tutorial/jdbc/basics/
– stderr