citromatik has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
Is it possible to know if a DBI connexion is read-only without failing on writing?
I have seen in the DBI documentation that there is a ReadOnly attribute, but at least for the mysql driver I am not able to make it work
Any idea?
citromatik
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to know if a DBI connexion is read-only?
by Mr. Muskrat (Canon) on Oct 03, 2012 at 18:30 UTC | |
Re: How to know if a DBI connexion is read-only?
by mje (Curate) on Oct 03, 2012 at 14:27 UTC | |
Re: How to know if a DBI connexion is read-only?
by DrHyde (Prior) on Oct 04, 2012 at 10:30 UTC |
Back to
Seekers of Perl Wisdom