What is represented by the connection object?
No Answer is Posted For this Question
Be the First to Post Answer
Give an example for execution of sql statement.
what is meant by connection pooling?
What is getconnection method in java?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
Where can I find info, frameworks and example source for writing a JDBC driver?
What is represented by the connection object?
What is database deadlock ? How can we avoid them?
While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure
Is jdbc faster than odbc?
Describe the steps needed to execute a sql query using jdbc.
Where is jdbc used?
How do I receive a ResultSet from a stored procedure?