Re: DBD::JDBC error - Bareword "SQL_BIGINT" not allowed

2002-09-09 Thread Tim Bunce
SQL_BIGINT is no longer exported by the DBI, try just deleting the two lines in JDBC.pm that use it. Tim. On Fri, Aug 30, 2002 at 12:11:56PM -0500, Marc Francoeur wrote: > Set up DBD::JDBC to use a (god help me) a Microsoft supplied JDBC driver > for MS SQL Server 2000. Can't seem to get past t

DBD::JDBC error - Bareword "SQL_BIGINT" not allowed

2002-08-30 Thread Marc Francoeur
Set up DBD::JDBC to use a (god help me) a Microsoft supplied JDBC driver for MS SQL Server 2000. Can't seem to get past the error: install_driver(JDBC) failed: Bareword "SQL_BIGINT" not allowed while "strict subs" in use at /usr/local/lib/perl5/site_perl/5.6.1/DBD/JDBC.pm line 1028. BEGIN not sa