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 |
Does sql allow null values ? Can we use it within where clause ?
Hi my doubt is that preparedStatement is a interface means which has no implemenation.plz go thru the code below String sql = "SELECT * FROM movies WHERE year_made = ?"; prest = con.prepareStatement(sql); prest.setInt(1,2002); ResultSet rs1 = prest.executeQuery(); Now setInt and executeQuery how it works since it is interface it does not have implementation how it works, how executeQuery returns result from database as executequery method has no implementation even in Statement interface.
4 Answers Cybermate, Hexaware,
What is db client?
Why hibernate is better than jdbc?
What is com mysql jdbc driver?
How can we retrieve the file in the oracle database?
Is JDBC a language or Application?
Explain the importance of drivermanager.
What is jdbc in java?
What are the steps involved in establishing a connection using jdbc in java?
What are the 4 types of jdbc drivers?
What is the JDBC syntax for using a literal or variable in a standard Statement?