What type of driver you use in real-time projects?
Answers were Sorted based on User's Feedback
Answer / devarathnam c,kotagudibanda(po
Hi...Type4 driver will give u better performance.So u can
use this driver in real-time projects
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ravi kumar
WE CAN USE THE TYPE-4 DRIVER IN REAL-TIME PROJECTS.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kalyan
we can use any of the four type drivers ....type -4 driver
is better performance and we can use in real time projects
compared to four drivers....
| Is This Answer Correct ? | 3 Yes | 0 No |
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What is the return type of execute, executequery and executeupdate?
What will happen when ResultSet is not closed?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What do you understand by jdbc datasource?
What are the types of statements in jdbc?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
How can we retrieve data from the resultset?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
Why we use while rs next ())?
What is the difference between jdbc and jndi?
What is JDBC API and when do we use it?