Q1) What are the 4 drivers available in JDBC? Under what circumstances are each of them used?
Q2) How do you know about drivers and database information? Q3) If the data retrieved using JDBC is truncated how can you know how much data is truncated? Q4) How will you perform transaction using JDBC?
Is there a way to practice with JDBC if I don't have a relational database? I'm just learning java, and am not sure whether I'll need to order a personal Oracle database or if there are other cheaper ways to learn it. Any help would be appreciated. Thanks!
amit sanghai
Ranch Hand
Joined: Dec 05, 2000
Posts: 231
posted
0
Thanks Mini. Can anybody give answers to the other three questions. Hi David, You do not need to use only Relational DBMS. You can use Microsoft Access or any other DBMS you have. Bye.
There are plenty of free relational databases available on the internet. Try mysql.com for one. Q2) How do you know about drivers and database information? I read books and study. Q3) If the data retrieved using JDBC is truncated how can you know how much data is truncated? The data retrieved should not be truncated. Q4) How will you perform transaction using JDBC? Commit and rollback Did you ever think that perhaps you may wish to buy a book instead of relying on asking incredibly basic questions?