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?
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.
Ads