Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.472.029 Times

Perl Dbd freeware
Filter: All | Freeware | Demo
 

Perl Dbd

1 2 3 4 5 > 
Added: February 25, 2010 | Visits: 693

Cego-DBD Cego-DBD project implements a Perl DBD driver for the Cego database system..



Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): Cego-DBD Download

Added: January 26, 2010 | Visits: 1.082

DBD::ODBC DBD::ODBC Perl module contains a ODBC Driver for DBI. SYNOPSIS use DBI; $dbh = DBI->connect(dbi:ODBC:DSN, user, password); Private DBD::ODBC Attributes odbc_more_results (applies to statement handle only!) Use this attribute to determine if there are more result sets available. SQL...





Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): DBD::ODBC Download

Added: June 20, 2010 | Visits: 917

DBD::ODBC::Changes DBD::ODBC::Changes is a Perl module with logs of significant changes to the DBD::ODBC..


Platforms: *nix

License: Freeware Size: 97.28 KB Download (98): DBD::ODBC::Changes Download

Added: February 09, 2010 | Visits: 969

DBD::Teradata DBD::Teradata is Perl module with a DBI driver for Teradata. SYNOPSIS use DBI; $dbh = DBI->connect(dbi:Teradata:hostname, user, password); See DBI for more information. Refer to the included tdatdbd.html..


Platforms: *nix

License: Freeware Size: 36.86 KB Download (97): DBD::Teradata Download

Added: February 01, 2010 | Visits: 956

DBD::mysql DBD::mysql is a Perl module with MySQL driver for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $dsn = "DBI:mysql:database=$database;host=$hostname;port=$port"; $dbh = DBI->connect($dsn, $user, $password); $drh = DBI->install_driver("mysql"); @databases =...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (99): DBD::mysql Download

Added: August 13, 2010 | Visits: 854

DBD::mSQL DBD::mSQL / DBD::mysql is a Perl module with mSQL and mysql drivers for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $driver = "mSQL"; # or "mSQL1"; $dsn = "DBI:$driver:database=$database;host=$hostname"; $dbh = DBI->connect($dsn, undef, undef); or $driver = "mysql"; $dsn =...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (99): DBD::mSQL Download

Added: October 06, 2010 | Visits: 859

DBI::DBD DBI::DBD is a Perl DBI Database Driver Writers Guide. SYNOPSIS perldoc DBI::DBD Version and volatility This document is still a minimal draft which is in need of further work. The changes will occur both because the DBI specification is changing and hence the requirements on DBD drivers...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (93): DBI::DBD Download

Added: September 06, 2010 | Visits: 872

DBD::ADO::Const DBD::ADO::Const is a Perl module for ADO Constants. SYNOPSIS use DBD::ADO::Const(); $ = "n"; my $Enums = DBD::ADO::Const->Enums; for my $Enum ( sort keys %$Enums ) { print $Enum; for my $Const ( sort keys %{$Enums->{$Enum}} ) { printf " %-35s 0x%Xn", $Const,...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (91): DBD::ADO::Const Download

Added: June 07, 2010 | Visits: 1.784

DBD::Oracle DBD::Oracle is a Perl module with Oracle database driver for the DBI module. SYNOPSIS use DBI; $dbh = DBI->connect("dbi:Oracle:$dbname", $user, $passwd); $dbh = DBI->connect("dbi:Oracle:host=$host;sid=$sid", $user, $passwd); # See the DBI module documentation for full details # for...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (127): DBD::Oracle Download

Added: September 08, 2010 | Visits: 931

DBD::Informix DBD::Informix is a Perl module witj IBM Informix Database Driver for Perl DBI. SYNOPSIS use DBI; You should also read the documentation for DBI perldoc DBI as this document qualifies what is stated there. Note that this document was last fully updated for the DBI Version 0.85 specification,...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (112): DBD::Informix Download

Added: June 23, 2010 | Visits: 895

DBD::MaxDB DBD::MaxDB is a Perl module for MySQL MaxDB database driver for the DBI module version 7.6.0 BUILD 027-121-124-939. SYNOPSIS use DBI; $dbh = DBI->connect("dbi:MaxDB:$hostname/$dbname", "$user", "$password") or die "Cant connect $DBI::err $DBI::errstrn"; $sth = $dbh->prepare("SELECT Hello...


Platforms: *nix

License: Freeware Size: 87.04 KB Download (100): DBD::MaxDB Download

Added: October 04, 2010 | Visits: 974

DBD-InterBase DBD-InterBase is a Perl-DBI driver for the InterBase Databases and Firebird, written using the InterBase C API.. Get DBD::InterBase at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. DBD::InterBase is a Perl DBI driver for...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (115): DBD-InterBase Download

Added: October 15, 2010 | Visits: 979

DBD::JDBC DBD::JDBC is a JDBC proxy driver for the DBI module. SYNOPSIS use DBI; $dbh = DBI->connect("dbi:JDBC:hostname=$hostname;port=$port;url=$url", $user, $password); # See the DBI module documentation. DBD::JDBC is a Perl module which works in conjunction with a server written in Java to...


Platforms: *nix

License: Freeware Size: 1024 KB Download (100): DBD::JDBC Download

Added: January 13, 2010 | Visits: 763

DBD::Ingres DBD::Ingres contains a DBI driver for Ingres database systems. SYNOPSIS $dbh = DBI->connect("DBI:Ingres:$dbname", $user, $options, {AutoCommit=>0}) $sth = $dbh->prepare($statement) $sth = $dbh->prepare($statement, {ing_readonly=>1}) $sth->execute @row = $sth->fetchrow $sth->finish...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): DBD::Ingres Download

Added: February 16, 2010 | Visits: 975

DBD::AnyData DBD::AnyData is a DBI access to XML, CSV and other formats. SYNOPSIS use DBI; my $dbh = DBI->connect(dbi:AnyData(RaiseError=>1):); $dbh->func( trains, CSV, /users/joe/cars.csv, ad_catalog); $dbh->func( bikes, XML, [$xml_str], ad_import); $dbh->func( cars, DBI, $mysql_dbh, ad_import); #...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): DBD::AnyData Download

Added: June 18, 2010 | Visits: 947

DBD::RAM DBD::RAM is a DBI driver for files and data structures. SYNOPSIS use DBI; my $dbh = DBI->connect(DBI:RAM:,usr,pwd,{RaiseError=>1}); $dbh->func({ table_name => my_phrases, col_names => id,phrase, data_type => PIPE, data_source => [ ], }, import ); print $dbh->selectcol_arrayref(qq[...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (92): DBD::RAM Download

Added: November 25, 2010 | Visits: 1.518

DBD::SQLite DBD::SQLite is a Self Contained RDBMS in a DBI Driver. SYNOPSIS use DBI; my $dbh = DBI->connect("dbi:SQLite:dbname=dbfile","",""); SQLite is a public domain RDBMS database engine that you can find at http://www.hwaci.com/sw/sqlite/. Rather than ask you to install SQLite first, because...


Platforms: *nix

License: Freeware Size: 542.72 KB Download (108): DBD::SQLite Download

Added: July 10, 2010 | Visits: 1.010

DBD::Amazon DBD::Amazon is a DBI driver abstraction for the Amazon E-Commerce Services API. SYNOPSIS $dbh = DBI->connect(dbi:Amazon:, $amznid, undef, { amzn_mode => books, amzn_locale => us, amzn_max_pages => 3 }) or die "Cannot connect: " . $DBI::errstr; # # search for some Perl DBI books #...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (89): DBD::Amazon Download

Added: February 11, 2010 | Visits: 978

SQL::Amazon::UserGuide SQL::Amazon::UserGuide is a Perl module with user Guide for DBD/SQL::Amazon. SYNOPSIS # # create the parser, passing in the current Amazon metadata # my $parser = SQL::Amazon::Parser->new(%attrs); # # parse a SQL statement, returning a SQL::Amazon::Statement # my $stmt =...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (94): SQL::Amazon::UserGuide Download

Added: May 07, 2010 | Visits: 877

Relations::Query Relations::Query is a Perl Object for building queries with DBI/DBD::mysql. SYNOPSIS # Relations::Query Script that creates some queries. use Relations::Query; $query = new Relations::Query(-select => {fife => barney}, -from => {green_teeth => moogoo}, -where => "flotsam>jetsam",...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (103): Relations::Query Download

1 2 3 4 5 >