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

Dbi Authorization freeware
Filter: All | Freeware | Demo
 

Dbi Authorization

< 1 2 3 4 5 > 
Added: October 04, 2010 | Visits: 975

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: November 10, 2010 | Visits: 1.115

libdbi-drivers 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 this framework. The libdbi-drivers project... Platforms: *nix

License: Freeware Size: 952.32 KB Download (111): libdbi-drivers Download

Added: February 09, 2010 | Visits: 971

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: July 09, 2010 | Visits: 573

DBIWrapper DBIWrapper is a Perl Module that provides for easier access to databases using DBI. It supports MySQL, PostgreSQL and ODBC DBD modules. High level methods for reading and writing to the database are provided. DBI data structures or XML are returned. Platforms: *nix

License: Freeware Size: 27.65 KB Download (92): DBIWrapper Download

Added: June 10, 2010 | Visits: 1.037

mod_auth_vas mod_auth_vas is an Apache authentication and authorization module for use with the Apache Web server. The module uses Vintela Authentication Services (VAS) to implements the HTTP SPNEGO protocol, with optional fallback to Basic authentication for browsers that do not support SPNEGO. In... Platforms: *nix

License: Freeware Size: 174.08 KB Download (109): mod_auth_vas Download

Added: June 23, 2010 | Visits: 958

DBIx::Wrapper DBIx::Wrapper library is a Perl module that serves as a wrapper around DBI, providing additional functionality and convenience methods. Whats New in This Release: - This release adds convenience methods for generating CSV, XML, and bencoded strings from query results. - The... Platforms: *nix

License: Freeware Size: 27.65 KB Download (106): DBIx::Wrapper Download

Added: March 14, 2010 | Visits: 666

Genezzo Genezzo is an extensible database with SQL and DBI. SYNOPSIS # partial DBI interface use Genezzo::GenDBI; # Users can directly create and manipulate database tables using # gendba.pl, an interactive line-mode tool. The Genezzo modules implement a hierarchy of persistent hashes using a... Platforms: *nix

License: Freeware Size: 481.28 KB Download (98): Genezzo Download

Added: October 15, 2010 | Visits: 980

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

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

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

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

< 1 2 3 4 5 >