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.286.495 Times

Dbd freeware
Filter: All | Freeware | Demo
 

Dbd

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

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: October 04, 2010 | Visits: 971

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: January 26, 2010 | Visits: 1.078

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: 909

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: 963

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: October 15, 2010 | Visits: 974

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 (94): DBD::JDBC Download

Added: January 13, 2010 | Visits: 761

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: 969

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: 942

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: February 01, 2010 | Visits: 951

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: 850

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: May 11, 2010 | Visits: 940

DBD::Informix::Summary DBD::Informix::Summary is an updated version of the information about DBD::Informix in the DBI book..


Platforms: *nix

License: Freeware Size: 276.48 KB Download (99): DBD::Informix::Summary Download

Added: October 06, 2010 | Visits: 856

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: November 25, 2010 | Visits: 1.515

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: September 06, 2010 | Visits: 866

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: July 10, 2010 | Visits: 1.003

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: June 07, 2010 | Visits: 1.782

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: 927

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: 892

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: September 13, 2013 | Visits: 366

DBD::Pg DBD::Pg - PostgreSQL database driver for the DBI module DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases.


Platforms: *nix

License: Freeware Size: 235.52 KB Download (36): DBD::Pg Download

1 2 3 4 >