Hi All is there anyway to access database(db2) without using odbc? please let me know. thanks
Thanks for your help.
bill bozeman
Ranch Hand
Joined: Jun 30, 2000
Posts: 1070
posted
0
There may be a way, but it may involve you creating your own driver to get connected, which means you are still using JDBC. You don't have to use ODBC, but you would then need JDBC. Am I correct about that? Bill