You can have as many Class.forName statements in a program as you wish, just as you can use several different JDBC drivers in the same program. Mind you, Class.forName is a generic way to load classes, and not exclusively used for JDBC.
That depends on your connection url. jdbc:oracle would use the loaded oracle driver. jdbc:mysql would use the loaded mysql driver. If you load two drivers for the same db, then I believe it would use the first one loaded for that connection url type. [ May 29, 2006: Message edited by: Martin Simons ]
What's brown and sticky? ... a stick. Or a tiny ad.