Greetings.

One of our PCs has suddenly started bailing out when opening a DBD::ODBC
connection, with the error:

File size limit exceeded

The line of code it exits on is:

my $ms_dbh = DBI->connect(
                           "dbi:ODBC:SQLServer",
                           "some_username",
                           "some_password",
                          {
                              PrintError      => 1,
                              odbc_cursortype => DBI::SQL_CURSOR_DYNAMIC
                          }
                        )
   || die "Database connectin not made: $DBI::errstr";

I haven't updated anything on this box recently. I can't really see what
the problem is. The app runs fine on our other systems. Any clues?

All systems are running Gentoo, with a 2.6.x kernel, perl-5.8.7,
unixODBC-2.2.11 ( previously 2.2.8 - I just updated this to see if a
newer version would fix our problem ) and DBD::ODBC-1.13.

Dan



--
BEGIN-ANTISPAM-VOTING-LINKS
------------------------------------------------------If you are not the CanIt 
administrator and you think this
message is spam, please give the id 23262 and magic value
9839f5472950 to [EMAIL PROTECTED] to be marked as spam.

Teach CanIt if this mail (ID 23262) is spam:
Spam:        http://entropy.homelinux.org/canit/b.php?c=s&i=23262&m=9839f5472950
Not spam:    http://entropy.homelinux.org/canit/b.php?c=n&i=23262&m=9839f5472950
Forget vote: http://entropy.homelinux.org/canit/b.php?c=f&i=23262&m=9839f5472950
------------------------------------------------------
END-ANTISPAM-VOTING-LINKS

Reply via email to