Tim Bunce wrote:
> 
> On Tue, Jan 29, 2002 at 02:36:54PM -0800, Jeff Zucker wrote:

> 
> > * The $info_type parameter is an integer.  These integers can be
> >   found in the docs for ODBC or SQL/CLI
> 
> Yes.
> 
> >   or in the DBI %GetInfo
> >   which has as keys the names of the constants and as values
> >   their integer code number
> >     e.g. $GetInfo{SQL_DBMS_NAME} == 17
> 
> That bit's undecided at the moment and isn't essential to the plot.
> People can just use the (well standardized) numbers for now.

Thus, the get_info() implementation for DBD::Oracle

  <http:[EMAIL PROTECTED]/msg00601.html>

now looks like

  sub get_info {
    ...
    , 17 => 'Oracle'  # SQL_DBMS_NAME
    ...
?


Steffen

Reply via email to