in reply to
Re: Re: DBD ODBC
in thread
DBD ODBC
my $dbh = DBI->connect('DBI:ODBC:inst', { PrintError => 0, AutoCommit => 0 }); This is my connection string where the 1800 limitation is reached.
Comment on
Re: Re: Re: DBD ODBC
In Section
Seekers of Perl Wisdom