On 9/15/05, Sridharan Muthuswamy <[EMAIL PROTECTED]> wrote:
> 
> I encounter the following error when trying to use
> DBI.pm
> 
> DBD driver has not implemented the AutoCommit
> attribute at /usr/lib/perl5/DBI.pm line 615.
> 
> Appreciate if someone can let me know why this error
> is seen.



Because the DBD module you are using, which you carelessly forget to 
identify, has not implemented the AutoCommit attribute.

You've not exactly given us a lot of information with which to help you. 
Make sure you're using the most recent versions of DBI and the relevant DBD 
module. If you want more help, identify the platform (o/s) and its version, 
the version of Perl, DBI, the driver (DBD module) and anything else that 
might be relevant (version of the DBMS; maybe the version of the DBMS access 
software - ODBC, or whatever). Quite often, the output from 'perl -V' is 
useful - though I tend to add it as an attachment or after my signature 
rather than inline with the rest of the message.


-- 
Jonathan Leffler <[EMAIL PROTECTED]> #include <disclaimer.h>
Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org
"I don't suffer from insanity - I enjoy every minute of it."

Reply via email to