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

Dbi software
Filter: All | Freeware | Demo
 

Dbi

< 1 2 3 4 5 > 
Added: August 06, 2010 | Visits: 721

DBIx::Perlish DBIx::Perlish is a Perl module that provides the ability to work with databases supported by the DBI module using Perls own syntax for four most common operations: SELECT, UPDATE, DELETE, and INSERT. By using DBIx::Perlish, you can write most of your database queries using a domain-specific... Platforms: *nix

License: Freeware Size: 39.94 KB Download (88): DBIx::Perlish Download

Added: November 19, 2010 | Visits: 900

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: October 23, 2010 | Visits: 1.007

Test::Differences Test::Differences Perl module contains test strings and data structures and show differences if not ok. SYNOPSIS use Test; ## Or use Test::More use Test::Differences; eq_or_diff $got, "anbncn", "testing strings"; eq_or_diff @got, [qw( a b c )], "testing arrays"; ## Passing options:... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Test::Differences Download

Added: November 02, 2010 | Visits: 1.090

Cache::Static Cache::Static is a Perl module used for caching without freshness concerns. SYNOPSIS HTML::Mason instructions In handler.pl: use Cache::Static; In any component you where you have a well defined set of dependencies which change the output: < %init > my $_cs_deps = [ #file dependencies... Platforms: *nix

License: Freeware Size: 60.42 KB Download (97): Cache::Static Download

Added: September 06, 2010 | Visits: 809

Bundle::DBWIZ Bundle::DBWIZ is a Perl CPAN Bundle for DBWIZ. SYNOPSIS C< perl -MCPAN -e install Bundle::DBWIZ > CONTENTS Class::DBI Class::DBI::mysql Module::Build Exception::Class Exception::Class::DBI SQL::Abstract MIME::Tools SOAP::Lite Parallel::ForkManager Data::Serializer Time::HiRes... Platforms: *nix

License: Freeware Size: 2.05 KB Download (98): Bundle::DBWIZ Download

Added: July 18, 2010 | Visits: 1.570

SQL::Abstract::Limit SQL::Abstract::Limit is a portable LIMIT emulation. SYNOPSIS use SQL::Abstract::Limit; my $sql = SQL::Abstract::Limit->new( limit_dialect => LimitOffset );; # or autodetect from a DBI $dbh: my $sql = SQL::Abstract::Limit->new( limit_dialect => $dbh ); # or from a Class::DBI class: my... Platforms: *nix

License: Freeware Size: 14.34 KB Download (98): SQL::Abstract::Limit Download

Added: April 05, 2010 | Visits: 1.624

Database Independent Abstraction Layer for C Database Independent Abstraction Layer for C (libdbi) implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using... Platforms: *nix

License: Freeware Size: 1013.76 KB Download (99): Database Independent Abstraction Layer for C Download

Added: January 26, 2010 | Visits: 1.083

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: August 09, 2010 | Visits: 1.750

PHP Database Interface 1.0 PHP Database Interface is an easy to use PHP database interface meant to give applications universal support across many databases, including several flat file formats. Installation These are just a few notes installation notes regarding DBi and using it with your project txtSQL support... Platforms: *nix

License: Freeware Size: 33.79 KB Download (109): PHP Database Interface 1.0 Download

Added: February 03, 2010 | Visits: 1.000

HTTPD::GroupAdmin HTTPD::GroupAdmin is a Perl module for the management of HTTP server group databases. SYNOPSIS use HTTPD::GroupAdmin (); This software is meant to provide a generic interface that hides the inconsistencies across HTTP server implementations of user and group databases. METHODS new ()... Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): HTTPD::GroupAdmin Download

Added: July 08, 2010 | Visits: 635

DBIx::Recordset DBIx::Recordset is a Perl extension for DBI recordsets. SYNOPSIS use DBIx::Recordset; # Setup a new object and select some recods... *set = DBIx::Recordset -> Search ({!DataSource => dbi:Oracle:...., !Table => users, $where => name = ? and age > ?, $values => [richter, 25] }) ; # Get... Platforms: *nix

License: Freeware Size: 94.21 KB Download (86): DBIx::Recordset Download

Added: March 10, 2010 | Visits: 1.090

Apache2::AuthCookieDBI Apache2::AuthCookieDBI is an AuthCookie module backed by a DBI database. SYNOPSIS # In httpd.conf or .htaccess PerlModule Apache2::AuthCookieDBI PerlSetVar WhatEverPath / PerlSetVar WhatEverLoginScript /login.pl # Optional, to share tickets between servers. PerlSetVar WhatEverDomain... Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Apache2::AuthCookieDBI Download

Added: August 12, 2010 | Visits: 919

SQL::Statement::Embed SQL::Statement::Embed can embed a SQL engine in a DBD or module. SQL::Statement is designed to be easy to embed in other modules and to be especially easy to embed in DBI drivers. It provides a SQL Engine and the other module needs to then provide a data source and a storage mechanism. For... Platforms: *nix

License: Freeware Size: 87.04 KB Download (98): SQL::Statement::Embed Download

Added: July 12, 2010 | Visits: 602

DBIx::Log4perl DBIx::Log4perl is a Perl extension for DBI to selectively log SQL, parameters, result-sets, transactions etc to a Log::Log4perl handle. SYNOPSIS use Log::Log4perl; use DBIx::Log4perl; Log::Log4perl->init("/etc/mylog.conf"); my $dbh = DBIx::Log4perl->connect(DBI:odbc:mydsn, $user, $pass);... Platforms: *nix

License: Freeware Size: 17.41 KB Download (94): DBIx::Log4perl Download

Added: September 25, 2010 | Visits: 789

Test::MockDBI Test::MockDBI is Perl module mock DBI interface for testing. SYNOPSIS use Test::MockDBI; OR use Test::MockDBI qw( :all ); Test::MockDBI::set_dbi_test_type(42); if (Test::MockDBI::get_dbi_test_type() == 42) { ... $mock_dbi = get_instance Test::MockDBI; $mock_dbi->bad_method(... Platforms: *nix

License: Freeware Size: 19.46 KB Download (95): Test::MockDBI Download

Added: July 25, 2010 | Visits: 838

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: August 24, 2010 | Visits: 708

DBIx::XML_RDB DBIx::XML_RDB is a Perl extension for creating XML from existing DBI datasources. SYNOPSIS use DBIx::XML_RDB; my $xmlout = DBIx::XML_RDB->new($datasource, "ODBC", $userid, $password, $dbname) || die "Failed to make new xmlout"; $xmlout->DoSql("select * from MyTable"); print... Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): DBIx::XML_RDB Download

Added: November 23, 2010 | Visits: 967

SQL::Amazon::Request::Help SQL::Amazon::Request::Help is an Interface to retrieve Help content. 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 # $sth =... Platforms: *nix

License: Freeware Size: 58.37 KB Download (88): SQL::Amazon::Request::Help Download

Added: October 01, 2010 | Visits: 1.058

Oraperl Oraperl is a Perl access to Oracle databases for old oraperl scripts. SYNOPSIS eval use Oraperl; 1; || die $@ if $] >= 5; # ADD THIS LINE TO OLD SCRIPTS $lda = ⊦a_login($system_id, $name, $password) $csr = ⊦a_open($lda, $stmt [, $cache]) ⊦a_bind($csr, $var, ...) ⊦a_fetch($csr [,... Platforms: *nix

License: Freeware Size: 368.64 KB Download (111): Oraperl Download

Added: January 17, 2010 | Visits: 813

DBIx::Timeout DBIx::Timeout is a Perl module that provides a safe method of timing out DBI requests. The method described in the DBI documentation uses unsafe signals, which may cause memory corruption. DBIx::Timeout instead uses a separate timeout process. The problem with using POSIX sigaction() is that... Platforms: *nix

License: Freeware Size: 6.14 KB Download (88): DBIx::Timeout Download

< 1 2 3 4 5 >