Helo programmers, I m new to
JDBC concepts and now i came to understand a little bit of JDBC such as connecting sql with
java(jdbc) , creating table using jdbc application... This is what i learned now I m facing difficulty with insertion of values in database. I've created database "emp4" it consists of 3 columns(id,gmail,yahoo) Now i m trying to insert a set of values to emp4 but i didn't get any exception..... It just showing only the sysout in the console. Help me !!!
OUTPUT
INSERT INTO EMP4 (id, gmail ,yahoo) VALUES(1,'vinothvino','vinothvinoooo')