-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, May 01, 2001 at 12:15:27PM -0400, Rozengurtel, Daniel wrote:
> I am wondering why am I using all the methods from DBI module to retrieve
> the info or manipulate it instead of using DBD::Oracle which i also
> installed succesefully? I guess I install DBD in order to use it? However
> every resourse on the net that i found heavely relies on DBI functionality.
> I know there is a way to use DBD, please tell me where/when/why i would
> rather use DBD::Oracle "directly" ? Are there any "GOOD" resources on
> DBD::Oracle methods other than "perldoc DBD::Oracle" ? Thanx Daniel
You appear confused.
The DBDs are drivers for DBI; analogous to hardware drivers for your OS, they
tell DBI how to talk to your database and work within DBI's standard
interface. You don't use DBD::Oracle (or any other DBD), you use DBI with the
DBD::Oracle driver plugged into it. You need both to do anything with DBI.
The complete documentation on the DBI interface is in `perldoc DBI` (including
how to select the Oracle driver). `perldoc DBD::Oracle` will share
Oracle-specific things.
- --
Stephen Clouse <[EMAIL PROTECTED]>
Senior Programmer, IQ Coordinator Project Lead
The IQ Group, Inc. <http://www.theiqgroup.com/>
-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8
iQA/AwUBOu7nrwOGqGs0PadnEQJZzgCeM2oRlHXe94xnyLGbsFkzw/PNzcgAnja/
XTTwoovMdN3ii53fDc9OPV0y
=VPSB
-----END PGP SIGNATURE-----