How to use JDBC to connect Microsoft Access?
What is jdbc and its types?
What class.forname will do while loading drivers of jdbc?
What is executequery in java?
What is a jdbctemplate?
What is xe in oracle jdbc url?
How MS-Access DB can be accessed over a network, using JDBC API?
How do we call a stored procedure from jdbc?
What is an encrypted internet connection?
What is JDBC Savepoint? How to use it?
Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");
What are the basic exceptions in jdbc?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.