<Help>

<Help>

am 16.09.2005 04:45:24 von ugeceiitkgp

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.

Thanks





__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com

Re: <Help>

am 18.09.2005 05:42:07 von jonathan.leffler

------=_Part_1818_11508275.1127014927984
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

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



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

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


--=20
Jonathan Leffler #include
Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org
"I don't suffer from insanity - I enjoy every minute of it."

------=_Part_1818_11508275.1127014927984--