How to check jdbc connection in java?
No Answer is Posted For this Question
Be the First to Post Answer
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 ?");
Is jdbc a middleware?
Where can I find info, frameworks and example source for writing a JDBC driver?
How to retrieve warnings in jdbc?
Does jdbctemplate close connection?
What are the different types of statements?
Which package contains jdbc api?
Which package is used for jdbc application?
Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.
What is the function of setautocommit?
What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?
Explain the JDBC Architecture?