On Sat, Feb 23, 2002 at 12:01:55AM +0530, Kunal Gangakhedkar wrote:
You don't need to change your Class.forName() statement in any case - unless you're using some other driver and not coded it here. Class.forName() will just instanciate the class specified as a "String classname" parameter to it.
In case I want to use JDBC instead of JDBC-ODBC bridge then I have to change the parameter i.e. the string to the call Class.forName().
Now my next query is do I need to change some more statements or the above change will suffice ?
regards