how does java interact with databases? jdbc interview question

how does java interact with databases? can we interat with non relational sources using jdbc? can you explain in short how you go about using jdbc api in code? how do you handle sql exception?

View Answers

May 9, 2012 at 12:48 PM

Please visit the following links:

http://www.roseindia.net/jdbc/jdbc-mysql/MysqlConnect.shtml

http://www.roseindia.net/jdbc/

Yes, you can interact with non-relational sources using Java by means of ODBC using a JDBC: ODBC Bridge.









Related Tutorials/Questions & Answers:
Advertisements