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. Regards; Gary Gauthier
