Which Driver is preferable for using JDBC API in Applets?
Answers were Sorted based on User's Feedback
Answer / kumar
according to my knowledge
it is Type-iv driver that is Java Native protocol driver.
| Is This Answer Correct ? | 7 Yes | 1 No |
How can I manage special characters when I execute an insert query?
Explain the JDBC Architecture?
List the common jdbc exceptions ?
How many types of jdbc drivers are available?
How to know howmuch data is truncated?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
What is a jdbc connection string?
How do I find whether a parameter exists in the request object?
How to handle when the database crashes while reading the data from the database?
What is the meaning of connection?
Expalin the method of calling a stored procedure from jdbc.
What is the difference between ExecuteUpdate and ExecuteQuery?