Re: Fetch the DBD driver type from a database handle?
From: Michael A Chase (mchase_at_ix.netcom.com)
Date: 11/17/04
- Next message: Daniel Kasak: "Re: Fetch the DBD driver type from a database handle?"
- Previous message: Daniel Kasak: "Fetch the DBD driver type from a database handle?"
- In reply to: Daniel Kasak: "Fetch the DBD driver type from a database handle?"
- Next in thread: Daniel Kasak: "Re: Fetch the DBD driver type from a database handle?"
- Reply: Daniel Kasak: "Re: Fetch the DBD driver type from a database handle?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 17 Nov 2004 13:49:07 -0800 To: Daniel Kasak <dkasak@nusconsulting.com.au>
Quoting Daniel Kasak <dkasak@nusconsulting.com.au>:
> Hi all.
>
> I'm writing some code that needs to be able to figure out what DBD
> driver is working with a current database *handle* ( so I can take
> advantage of more advanced features of some drivers ).
>
> How do I do that?
>From DBI.pm:
====
Driver (handle)
Holds the handle of the parent driver. The only recommended use for this is to
find the name of the driver using:
$dbh->{Driver}->{Name}
====
-- Mac :})
- Next message: Daniel Kasak: "Re: Fetch the DBD driver type from a database handle?"
- Previous message: Daniel Kasak: "Fetch the DBD driver type from a database handle?"
- In reply to: Daniel Kasak: "Fetch the DBD driver type from a database handle?"
- Next in thread: Daniel Kasak: "Re: Fetch the DBD driver type from a database handle?"
- Reply: Daniel Kasak: "Re: Fetch the DBD driver type from a database handle?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|