Big Brother tells me that Bodo Eing wrote:
> Jack,
> 
> >      Help!  I cannot get DBD::ODBC to work.  I am connecting to the
> > MSSQL 2000 database with:
> > 
> > $db = DBI->connect("dbi:odbc:MSSQLTEST");
> > 
> 
> In the first place, try connecting with the correct capitalization of 
> the driver and add error checking: 
> 
> $db = DBI->connect("DBI:ODBC:MSSQLTEST") or die DBI::errstr();

    Hmmm... the examples in the docs all had lower case.  I would think that
the output I am getting (see previous email for errors messages and a copy
of the script) would not mention unixODBC if the lower case dbi and odbc
did not work, since it wouldn't look for an ODBC manager...
    My code (see previous email) does error check here, and the code does
not complain.

PGP signature

Reply via email to