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

Apr Dbd freeware
Filter: All | Freeware | Demo
 

Apr Dbd

1 2 3 4 5 > 
Added: October 07, 2010 | Visits: 694

mod_log_dbd mod_log_dbd package is a module for Apache 2.2+ that writes access logs to a database using the APR DBD framework. Its designed for simplicity and speed, and therefore lacks some of the features of other logging modules. It does however automatically create any needed tables and columns. NOTE:...



Platforms: *nix

License: Freeware Size: 204.8 KB Download (100): mod_log_dbd Download

Added: November 03, 2010 | Visits: 705

mod_dbd_pgsql mod_dbd_pgsql is a DBD Driver module for PostgreSQL. apr_dbd The apr_dbd framework presents a common API for different SQL database engines. The API is documented in apr_dbd.h. DBD Drivers APR DBD Drivers are currently available for MySQL and PostgreSQL. The apr_dbd architecture supports...





Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): mod_dbd_pgsql Download

Added: February 25, 2010 | Visits: 692

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

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

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

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

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

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

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

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

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

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

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: February 13, 2010 | Visits: 740

APR::Brigade APR::Brigade is a Perl API for manipulating APR Bucket Brigades. Synopsis use APR::Brigade (); $bb = APR::Brigade->new($r->pool, $c->bucket_alloc); $ba = $bb->bucket_alloc(); $pool = $bb->pool; $bb->insert_head($b); $bb->insert_tail($b); $b_first = $bb->first; $b_last = $bb->last;...


Platforms: *nix

License: Freeware Size: 3.5 MB Download (90): APR::Brigade Download

Added: November 15, 2010 | Visits: 865

APR::Bucket APR::Bucket is a Perl API for manipulating APR Buckets. Synopsis use APR::Bucket (); my $ba = $c->bucket_alloc; $b1 = APR::Bucket->new($ba, "aaa"); $b2 = APR::Bucket::eos_create($ba); $b3 = APR::Bucket::flush_create($ba); $b2->is_eos; $b3->is_flush; $len = $b1->length; $len =...


Platforms: *nix

License: Freeware Size: 3.5 MB Download (96): APR::Bucket Download

Added: September 06, 2010 | Visits: 869

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

1 2 3 4 5 >