Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sun.jdbc.odbc.JdbcOdbcDriver Vs oracle.jdbc.driver.OracleDriver

843854Jul 12 2004 — edited Jul 13 2004
Hi,
i have a JTable in my code wherein the JTable is populated with the records from the oracle database.When i use "sun.jdbc.odbc.JdbcOdbcDriver" i am not able to see some records but if i use
"oracle.jdbc.driver.OracleDriver" i am able to see all the records in my JTable(i.e in the database).
what might be the reason for that?

Thanks,
Aarthy
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2004
Added on Jul 12 2004
3 comments
437 views