Local::DBI::ADO::TypeInfo

Local::DBI::ADO::TypeInfo module contains an ADO TypeInfo.
Download

Local::DBI::ADO::TypeInfo Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Phlip and Tim Bunce
  • Publisher web site:
  • http://search.cpan.org/~tlowery/DBD-ADO-2.7/lib/DBD/ADO.pm

Local::DBI::ADO::TypeInfo Tags


Local::DBI::ADO::TypeInfo Description

Local::DBI::ADO::TypeInfo module contains an ADO TypeInfo. Local::DBI::ADO::TypeInfo module contains an ADO TypeInfo.SYNOPSIS use Local::DBI::ADO::TypeInfo(); $ = "n"; my $Enums = Local::DBI::ADO::TypeInfo->Enums; for my $Enum ( sort keys %$Enums ) { print $Enum; for my $Const ( sort keys %{$Enums->{$Enum}} ) { printf " %-35s 0x%Xn", $Const, $Enums->{$Enum}{$Const}; } }DBD::ADO is a DBI driver for Microsoft ADO (Active Data Objects)SYNOPSIS use DBI; $dbh = DBI->connect("dbi:ADO:dsn", $user, $passwd); Options in the connect string: dbi:ADO:dsn;CommandTimeout=60 (your number) dbi:ADO:dsn;ConnectTimeout=60 (your number) or include both ConnectTimeout and CommandTimeout. The dsn may be a standard ODBC dsn or a dsn-less. See the ADO documentation for more information on the dsn-less connection. # See the DBI module documentation for full detailsRequirements:· Perl


Local::DBI::ADO::TypeInfo Related Software