dbi_finding_out_versions

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



Subject: Re: Finding out ...
From: "Michael A. Chase" <mchase@ix.netcom.com>
Date: Fri, 1 Sep 2000 07:20:42 -0700

The usual one-liner is (works for most -- but not all -- modules):

   perl -MDBI=999
   perl -MDBD::xxx=999

For DBD::Oracle, the OCI version is also interesting:

   perl -MDBD::Oracle -e "print +DBD::Oracle::ORA_OCI()"

===


the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu