I changed the reply to the dbi-users list. The use DBD::ADO is not required. What database are you connecting with? When I run a test, it runs in less than a second. On laptop with 1.3 MHZ AMD-AthlonXP.
Some of the functions could be changed to autoload when needed, however, I haven't time now. Tom On Tue, Jul 16, 2002 at 03:53:26PM -0400, Gary Gauthier wrote: > I'm using a 750 MHZ Pentium III and Perl 5.6, and the versions of DBI and DBD-ADO >noted above. > The following trivial code takes 20-30seconds to execute and return to the command >prompt. > > use DBI (); > use DBD::ADO; > > Any idea why and how the load time can be improved? The current > delay is causing a lot of complaints from users of a program which > uses the above. -- Thomas A. Lowery See DBI/FAQ http://xmlproj.dyndns.org/cgi-bin/fom
