Subject Re: [IB-Architect] New API: Object Life Time
Author Doug Chamberlin
At 6/2/00 11:54 PM (Friday), Glebas Paulevicius wrote:
> >Here is the JDBC driver class. Do you think we should add it?
>
>Why not? Since it is JDBC... :)

Please, mimic the JDBC Driver class usage!

The use of the JDBC driver class is one of the nicest parts of JDBC.
Enables you to dynamically load any particular driver by changing a string
naming it. Much easier than loading a DLL under Windows, IMHO.