sun.jdbc.odbc.JdbcOdbcDriver Vs oracle.jdbc.driver.OracleDriver
843854Jul 12 2004 — edited Jul 13 2004Hi,
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