Can the JDBC-ODBC Bridge be used with applets?
Answers were Sorted based on User's Feedback
Answer / satya
Yes
Bridge driver can work with applets
because applets are executed on any client browser but
their classes are located at one loaction only
applets are travel in network
| Is This Answer Correct ? | 1 Yes | 3 No |
What is a jdbc connection pool?
What are jdbc and its components?
What does the jdbc connection interface?
How can we retrieve data from the resultset?
how can we get the metaData (columnNames) from a table which has no Records..
Explain the various types of locking system in jdbc?
What is the purpose of jdbc resultset interface?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
What are the differences between resultset and rowset?
What is use of connection pooling?
What is jsp and jdbc?
What are the different classes through which JDBC represents statements?