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

Synchronize Db freeware
Filter: All | Freeware | Demo
 

Synchronize Db

< 1 2 3 4 5 > 
Added: October 08, 2010 | Visits: 887

DB2::db DB2::db is a framework wrapper around DBD::DB2 for a specific database. SYNOPSIS package myDB; use DB2::db our @ISA = qw( DB2::db ); ... use myDB; my $db = myDB->new; my $tbl = $db->get_table(myTable); my $row = $tbl->find($id); The DB2::db module can simplify your interaction...



Platforms: *nix

License: Freeware Size: 20.48 KB Download (98): DB2::db Download

Added: February 19, 2010 | Visits: 1.110

Basset::DB::Table Basset::DB::Table is used to define database tables, ways to load that data into memory and build queries based upon the table information. SYNOPSIS For example, my $table = Basset::DB::Table->new( name => user, primary_column => id, autogenerated => 1, definition => { id =>...





Platforms: *nix

License: Freeware Size: 143.36 KB Download (98): Basset::DB::Table Download

Added: June 04, 2010 | Visits: 1.479

Rose::DB::Object::Tutorial Rose::DB::Object::Tutorial is a guided tour of the basics of Rose::DB::Object. INTRODUCTION This document provides a step-by-step introduction to the Rose::DB::Object module distribution. It demonstrates all of the important features using a semi-realistic example database. This tutorial does...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (98): Rose::DB::Object::Tutorial Download

Added: April 17, 2010 | Visits: 1.089

db-Apnea db-Apnea is a simple KDM theme made up off pictures of the lovely Apnea. There are two different downloads, one for 1024x768 resolution and one for 1280x1024. I might update with some more in the future, especially if requested. Pictures from, lithiumpicnic(http://www.lithiumpicnic.com) at...


Platforms: *nix

License: Freeware Download (96): db-Apnea Download

Added: June 21, 2010 | Visits: 862

XML::DB::DatabaseManager XML::DB::DatabaseManager is an approximation to the XML:DB DatabaseManager. SYNOPSIS use XML::DB::DatabaseManager; my $driver = Xindice; my $url = http://localhost:4080; eval{ $dbm = new XML::DB::DatabaseManager(); $dbm->registerDatabase($driver); $col =...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (96): XML::DB::DatabaseManager Download

Added: October 02, 2010 | Visits: 961

Rose::DB::Object::QueryBuilder Rose::DB::Object::QueryBuilder is a Perl module that can build SQL queries on behalf of Rose::DB::Object::Manager. SYNOPSIS use Rose::DB::Object::QueryBuilder qw(build_select); # Build simple query $sql = build_select ( dbh => $dbh, select => COUNT(*), tables => [ articles ], columns...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (95): Rose::DB::Object::QueryBuilder Download

Added: February 24, 2010 | Visits: 955

Unix::Conf::Bind8::DB::A Unix::Conf::Bind8::DB::A is a Class representing A records. METHODS Methods specified here are overridden. They might or not be differnt from the derived ones. For other methods refer to the METHODS section for Unix::Conf::Bind8::DB::Record. new () Arguments LABEL => string, CLASS =>...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (95): Unix::Conf::Bind8::DB::A Download

Added: October 21, 2010 | Visits: 948

Audio::DB::Adaptor::dbi::sqlite Audio::DB::Adaptor::dbi::sqlite is a database adaptor for a specific mysql schema. This adaptor implements a specific mysql database schema that is compatible with Audio::DB. It inherits from Audio::DB. In addition to implementing the abstract SQL-generating methods of Audio::DB::Adaptor::dbi,...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (95): Audio::DB::Adaptor::dbi::sqlite Download

Added: March 24, 2010 | Visits: 923

Audio::DB::Adaptor::dbi::mysql Audio::DB::Adaptor::dbi::mysql implements a specific mysql database schema that is compatible with Audio::DB. It inherits from Audio::DB. In addition to implementing the abstract SQL-generating methods of Audio::DB::Adaptor::dbi, this module also implements the data loading functionality of...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (95): Audio::DB::Adaptor::dbi::mysql Download

Added: July 11, 2010 | Visits: 734

Apache::Audio::DB Apache::Audio::DB is a Perl module that can generate a database of your tunes complete with searchable interface and nifty statistical analyses! SYNOPSIS # httpd.conf or srm.conf AddType audio/mpeg mp3 MP3 # httpd.conf or access.conf < Location /songs > SetHandler perl-script PerlHandler...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (94): Apache::Audio::DB Download

Added: May 17, 2010 | Visits: 666

Db::DFC Db::DFC is the Perls Object-oriented interface to Documentums DFC. SYNOPSIS use Db::DFC; $dfc = Db::DFC->new(); $DOCBASE = "docbase"; $USER = "user"; $PASSWORD = "passwd"; $DOMAIN = "domain"; $FILE = $0; $dfclient = DfClient->new(); $idfclient = $dfclient->getLocalClient();...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (94): Db::DFC Download

Added: August 23, 2008 | Visits: 1.725

Oracle Berkeley DB Oracle Berkeley DB is a family of Open Source, embeddable, databases that allows developers to incorporate within their applications a fast, scalable, transactional database engine with industrial grade reliability and availability. As a result, customers and end-users will experience an...


Platforms: Windows

License: Freeware Size: 13.4 MB Download (94): Oracle Berkeley DB Download

Added: September 08, 2010 | Visits: 859

DB::Appgen DB::Appgen is a Perl interface which includes both function oriented and object oriented interfaces to manipulate data in APPGEN Custom Suite databases. All this was made in about four hours including reading perlxstut manpage, so do not expect something pretty. Although it appears to be...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): DB::Appgen Download

Added: April 15, 2010 | Visits: 1.246

XML::DB::Resource XML::DB::Resource is a Wrapper class for documents or document fragments. SYNOPSIS $resource = $collection->getResource($id); $id = $resource->getId(); $xml = $resource->getContent(); $resource->setContent($xml); $collection->storeResource($resource); $parentColl =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): XML::DB::Resource Download

Added: July 11, 2010 | Visits: 622

Db::Mediasurface Db::Mediasurface is a Perl module that manipulates a Mediasurface database. SYNOPSIS use Db::Mediasurface; $path = /opt/ms/3.0/etc/ms.properties; $ms = Db::Mediasurface->new( config_file=>$path ); print ("Schema version: ".$ms->version."n"); use Db::Mediasurface; use...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Db::Mediasurface Download

Added: February 27, 2010 | Visits: 607

CompBio::DB CompBio::DB is a Perl module with methods for accessing data stored according to the CompBio base schema. SYNOPSIS use CompBio::DB; my $cbdb = CompBio::DB->new({host => "foo.bar.edu"); my $AR_defs = $cbdb->get_annotation([keys %seqs]); Example code for parsing the return for a simple...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (93): CompBio::DB Download

Added: April 05, 2010 | Visits: 800

Audio::DB Audio::DB are tools for generating relational databases of MP3s. SYNOPSIS use Audio::DB; my $mp3 = Audio::DB->new(-user =>user, -pass =>password, -host =>db_host, -dsn =>music_db, -adaptor => mysql); $mp3->initialize(1); $mp3->load_database(-dirs =>[/path/to/MP3s/], -tmp =>/tmp);...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (93): Audio::DB Download

Added: April 24, 2010 | Visits: 1.281

Druide DB Druide DB project is a simple XML file database API in Java to manage an XML database file system without database complexity (no server or client, and stores only strings). You should try DruideDB if you are doing the following : - If you are writing a simple application (swing, awt, RCP,...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (92): Druide DB Download

Added: February 25, 2010 | Visits: 868

Bio::DB::GFF::Feature Bio::DB::GFF::Feature is a relative segment identified by a feature type. Bio::DB::GFF::Feature is a stretch of sequence that corresponding to a single annotation in a GFF database. It inherits from Bio::DB::GFF::RelSegment, and so has all the support for relative addressing of this class and...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (92): Bio::DB::GFF::Feature Download

Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 830

Outlook Sync Db 2010 Light With Outlook Sync Db you can comfortably synchronize almost any database with Outlook / Exchange. Supported database systems are for instance Microsoft SQL-Server, Oracle, Microsoft Access, but even any other database having an ODBC driver available. If you like to synchronize your CRM system,...


Platforms: Windows, 2003, Windows Vista, 7

License: Freeware Download (66): Outlook Sync Db 2010 Light Download

< 1 2 3 4 5 >