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

Dbi Driver software
Filter: All | Freeware | Demo
 

Dbi Driver

1 2 3 4 5 > 
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: July 07, 2010 | Visits: 791

OpenPlugin::Datasource::DBI OpenPlugin::Datasource::DBI is a DBI driver, used to create DBI database handles for the OpenPlugin::Datasource plugin. SYNOPSIS # Define the parameters for a database handle main in the config file type = DBI db_owner = username = webuser password = urkelnut dsn =...





Platforms: *nix

License: Freeware Size: 78.85 KB Download (89): OpenPlugin::Datasource::DBI Download

Added: October 04, 2010 | Visits: 973

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: 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: 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: June 18, 2010 | Visits: 943

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

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

DBI::FAQ DBI::FAQ is a Perl module for the Frequently Asked Questions of the Perl5 Database Interface. What is DBI, DBperl, Oraperl and *perl? To quote Tim Bunce, the architect and author of DBI: ``DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (90): DBI::FAQ 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: July 25, 2010 | Visits: 832

AxKit::XSP::ESQL AxKit::XSP::ESQL is an Extended SQL taglib for AxKit eXtensible Server Pages. SYNOPSIS Add the esql: namespace to your XSP < xsp:page > tag: < xsp:page language="Perl" xmlns:xsp="http://apache.org/xsp/core/v1" xmlns:esql="http://apache.org/xsp/SQL/v2" > And add this taglib to AxKit...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (88): AxKit::XSP::ESQL Download

Added: November 19, 2010 | Visits: 895

dbxbandmin dbxbandmin collects traffic via ipchains/iptables/ipfwadm-rules and writes the data into an Interbase database. It uses Perls DBI-driver and can be extended with support for various database versions. - You need a kernel with firewall-support - you need ipfwadm or ipchains or iptables - you...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): dbxbandmin Download

Added: September 24, 2010 | Visits: 1.305

DBIx::SQLCrosstab::Format DBIx::SQLCrosstab::Format is a Perl module with formats results created by DBIx::SQLCrosstab. SYNOPSIS use DBIx::SQLCrosstab::Format; my $dbh=DBI->connect("dbi:driver:database" "user","password", {RaiseError=>1}) or die "error in connection $DBI::errstrn"; my $params = { dbh => $dbh,...


Platforms: *nix

License: Freeware Size: 66.56 KB Download (110): DBIx::SQLCrosstab::Format Download

Added: June 14, 2010 | Visits: 821

DBIx::SQLCrosstab DBIx::SQLCrosstab Perl module creates a server-side cross tabulation from a database. SYNOPSIS use DBIx::SQLCrosstab; my $dbh=DBI->connect("dbi:driver:database" "user","password", {RaiseError=>1}) or die "error in connection $DBI::errstrn"; my $params = { dbh => $dbh, op => [ [SUM,...


Platforms: *nix

License: Freeware Size: 72.7 KB Download (106): DBIx::SQLCrosstab Download

Added: June 26, 2010 | Visits: 1.260

CGI::Application::Plugin::Authentication::Driver::DBI CGI::Application::Plugin::Authentication::Driver::DBI is a DBI Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ DBI, DBH => $self->dbh, TABLE => user, CONSTRAINTS => { user.name =>...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): CGI::Application::Plugin::Authentication::Driver::DBI Download

Added: May 19, 2010 | Visits: 1.045

CGI::Application::Plugin::Authorization::Driver::DBI CGI::Application::Plugin::Authorization::Driver::DBI is a Perl module with DBI Authorization driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authorization; # Simple task based authentication __PACKAGE__->authz->config( DRIVER => [ DBI, TABLES => [account,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): CGI::Application::Plugin::Authorization::Driver::DBI 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: October 18, 2010 | Visits: 1.850

CGI::Application::Plugin::Authentication::Driver CGI::Application::Plugin::Authentication::Driver is a Perl base module for building driver clasees for CGI::Application::Plugin::Authentication. SYNOPSIS package CGI::Application::Plugin::Authentication::Driver::MyDriver; use base qw(CGI::Application::Plugin::Authentication::Driver); sub...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): CGI::Application::Plugin::Authentication::Driver Download

Added: August 11, 2010 | Visits: 721

Jifty::DBI::SchemaGenerator Jifty::DBI::SchemaGenerator is a Perl module to generate table schemas from Jifty::DBI records. This module turns a Jifty::Record object into an SQL schema for your chosen database. At the moment, your choices are MySQL, SQLite, or PostgreSQL. Oracle might also work right, though its untested....


Platforms: *nix

License: Freeware Size: 99.33 KB Download (89): Jifty::DBI::SchemaGenerator 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 (100): DBD::JDBC 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

1 2 3 4 5 >