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

Dbi software
Filter: All | Freeware | Demo
 

Dbi

< 1 2 3 4 5 > 
Added: January 13, 2010 | Visits: 764

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

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: April 20, 2010 | Visits: 948

AnyData::Format::Mp3 AnyData::Format::Mp3 is a tied hash and DBI access to Mp3 files. SYNOPSIS use AnyData; my $playlist = adTie( Passwd, [c:/My Music/] ); while (my $song = each %$playlist){ print $song->{artist} if $song->{genre} eq Reggae } OR use DBI my $dbh = DBI->connect(dbi:AnyData:);... Platforms: *nix

License: Freeware Size: 44.03 KB Download (90): AnyData::Format::Mp3 Download

Added: August 09, 2010 | Visits: 849

AnyData::Format::XML AnyData::Format::XML is a Perl module for tiedhash and DBI access to XML. SYNOPSIS # access XML data via a multi-dimensional tied hash # see AnyData.pod for full details # use AnyData; my $table = adTie( XML, $file, $mode, $flags ); OR # convert data to and from XML # see AnyData.pod... Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): AnyData::Format::XML Download

Added: June 18, 2010 | Visits: 948

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

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

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: August 08, 2010 | Visits: 724

Dimedis::Sql Dimedis::Sql is a SQL/DBI Interface for banking applications. SYNOPSIS use Dimedis::Sql; my $sqlh = new Dimedis::Sql ( ... ); $sqlh->install ( ... ); my $seq_id = $sqlh->insert ( ... ); my $modified = $sqlh->update ( ... ); my $blob_sref = $sqlh->blob_read ( ... ); $sqlh->use_db (... Platforms: *nix

License: Freeware Size: 58.37 KB Download (93): Dimedis::Sql Download

Added: March 06, 2010 | Visits: 1.267

SQL::Shell SQL::Shell is a command interpreter for DBI shells. SYNOPSIS use SQL::Shell; #Initialise and configure my $sqlsh = new SQL::Shell(%settings); $sqlsh->set($setting, $new_value); $value = $sqlsh->get($setting); #Interpret commands $sqlsh->execute_command($command);... Platforms: *nix

License: Freeware Size: 30.72 KB Download (158): SQL::Shell Download

Added: May 11, 2010 | Visits: 945

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: August 13, 2010 | Visits: 721

DBIx::PDlib DBIx::PDlib is a Perl with DBI SQL abstraction and convenience methods. SYNOPSIS use DBIx::PDlib; my $db = DBIx::PDlib->connect({ driver => mydriver, host => myhost.com, dbname => mydb, user => myuser, password => mypassword, }); my ($name) = $db->select(name,table1,"id = 10"); my... Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): DBIx::PDlib Download

Added: January 02, 2010 | Visits: 520

DBIx::Class::CDBICompat DBIx::Class::CDBICompat is a Class::DBI Compatibility layer. SYNOPSIS use base qw/DBIx::Class/; __PACKAGE__->load_components(qw/CDBICompat Core DB/); DBIx::Class features a fully featured compatibility layer with Class::DBI to ease transition for existing CDBI users. In fact, this class is... Platforms: *nix

License: Freeware Size: 174.08 KB Download (89): DBIx::Class::CDBICompat Download

Added: November 25, 2010 | Visits: 1.520

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: January 16, 2010 | Visits: 694

Gtk2::Ex::DBITableFilter Gtk2::Ex::DBITableFilter is a high level widget to present large amounts of data fetched using DBI. Also provides data filtering capabilities. May be you are dealing with tons of relational data, safely tucked away in an RDBMS, accessible using DBI, and may be you would like to view them in a... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Gtk2::Ex::DBITableFilter Download

Added: July 10, 2010 | Visits: 1.011

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

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

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: May 09, 2010 | Visits: 1.179

Relations::Family Relations::Family is a DBI/DBD::mysql Relational Query Engine module. SYNOPSIS # DBI, Relations::Family Script that creates some queries. #!/usr/bin/perl use DBI; use Relations::Family; $dsn = "DBI:mysql:finder"; $username = "root"; $password = ; $dbh =... Platforms: *nix

License: Freeware Size: 50.18 KB Download (92): Relations::Family Download

Added: May 07, 2010 | Visits: 879

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

Added: June 23, 2010 | Visits: 896

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

< 1 2 3 4 5 >