>>
Thanks, tried it but it didn't work.  Any other ideas?
<<

Well looking in some old code I noticed this was how I got the driver
"registered":

>>
            // Do it both ways for kicks:
            Class clsDriver = Class.forName( "package.SomeDriverName" );

            DriverManager.registerDriver( (Driver)
clsDriver.newInstance() );
<<


-Scott

Reply via email to