Give an example of code used for setting up connection with a driver.
No Answer is Posted For this Question
Be the First to Post Answer
can we define indexes on a foreign key? Explain pros and cons?
What is jdbc type?
What is jdbc in java?
What is the difference between setmaxrows(int) and setfetchsize(int)?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
How do you insert images into database using jdbc?
What is JDBC Transaction Management and why do we need it?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
How a database driver can be loaded with jdbc 4.0 / java 6?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
What is connection data?
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