Hi, There!
Thank you for replying.
I guess I'm confused in the way the application will connect to DB. As about the query statements - they are standard: SELECT, INSERT, UPDATE
Here's my DBConnect.java:
My qyuestion is how do I change that so i do not have to set up ODBC connection on the system? Basically, so it uses
JDBC driver directly - smth like this:
Am I on the right track here? Can I dierctly modify my code to just change from using ODBC to just JDBC driver?
Thank you again!
Ken
[ May 19, 2005: Message edited by: Bear Bibeault ]