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 are the packages are used in jdbc?
What is statement and resultset in jdbc?
How do I insert/update records with some of the columns having NULL value?
What are the different types of JDBC drivers?
How can you retrieve data from the resultset using jdbc?
In JDBC, All the API?s are interfaces? Where is the actual implementation?
What is jdbc template?
how can connection with oracle10g with java
Explain about Join?
What is odbc jdbc?
Why do we need jdbc?
How to handle when the database crashes while reading the data from the database?