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 |
Explain how data flows from view to db and reverse
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
Is jdbc connection secure?
Is jdbc faster than hibernate?
What are the measures to connect to the db using jdbc?
How can you load the drivers in jdbc?
Different statements in JDBC?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is metadata in jdbc?
What are the different types of statements?
What is jdbc driver for sql server?
When does the result for an sql statement return null?