in reply to ADO Problems and Access

It's possible DBD::ADO isn't installed, or isn't installed properly. Try typing from a command line: perl -MDBD::ADO -e 1and see if it's able to find the module.

Replies are listed 'Best First'.
Re: Re: ADO Problems and Access
by blm (Hermit) on Sep 12, 2002 at 02:29 UTC
    If DBD::ADO was missing it would say:
    C:\>perl -MDBD::ADO -e 1 Can't locate DBD/ADO.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/si +te/lib .). BEGIN failed--compilation aborted.

    or this using his code

    C:\>"C:\Documents and Settings\blm\Desktop\testingdbd.pl" install_driver(ADO) failed: Can't locate DBD/ADO.pm in @INC (@INC cont +ains: C:/P erl/lib C:/Perl/site/lib .) at (eval 1) line 3. Perhaps the DBD::ADO perl module hasn't been fully installed, or perhaps the capitalisation of 'ADO' isn't right. Available drivers: ExampleP, Proxy. C:\>