









Serving Software Downloads in 976 Categories, Downloaded 31.061.326 Times
PHP Database Access Through Arrays project can be used to access data stored in MySQL tables like accessing arrays. It uses SPL to implement several classes and iterators interfaces to access MySQL databases. Examples: $DB[test_table][] = array( name => first, value => the first row );...
Platforms: *nix
License: Freeware | Download (79): PHP Database Access Through Arrays Download |
Access Data Object is meant to provide an API that abstracts the access to SQL based databases.It is intended to let applications work with different types of databases only with minimal changes in the application code, just changing the name of the class that corresponds to the type of database...
Platforms: PHP
License: Freeware | Size: 10 KB | Download (20): Access Data Object Download |
App::Repository is a logical data access layer for the App::Context Framework, providing a uniform API to access data in databases, file systems, remote web sites, etc. This is the App-Repository distribution, adding the data access layer service to App-Context. For more information, see the...
Platforms: *nix
License: Freeware | Size: 62.46 KB | Download (72): App::Repository Download |
SingletDAO was developed as a simple and Open Source Java data access framework to access data in a database.
A Single Data Access Object to access data in database and eliminates writing custom DAOs. SingletDAO is easy to plug-in, makes it easy to manage SQL queries and supports JSON.
Platforms: Windows
License: Freeware | Download (27): SingletDAO Download |
MS Access Data Backup Interface provides a means to easily backup files or folders. This program is intended to provide a means to easily backup your most important files and save countless hours or damage done when important files are lost. The process utilizes MS Access and an open source (free...
Platforms: Windows
License: Freeware | Size: 534 KB | Download (28): Data Backup Manager 8-10-2011 Download |
Libcddb is a free and open source C library that will help you access data on a CDDB server (freedb.org). Libcddb allows you to: ?*A* search the database for possible CD matches; ?*A* retrieve detailed information about a specific CD; ?*A* submit new CD entries to the database. Libcddb supports...
Platforms: Mac
License: Freeware | Size: 348.16 KB | Download (76): Libcddb Download |
phpArmory is a PHP class library. It allows PHP software developers to easily access data from the World of Warcraft Armory Web site. phpArmory project is useful because the Armory Web site contains up-to-date and official details on characters, guilds, and items in World of Warcraft. Whats...
Platforms: *nix
License: Freeware | Size: 174.08 KB | Download (79): phpArmory Download |
Antivirus software and firewalls will not protect you from data loss
Your passwords, documents and photographs are data which should be secret. They are not safe even on your disks. A flashdisk can be lost, a notebook stolen and your computer attacked by a hacker. Safetica offers a unique...
Platforms: Windows, Other
License: Freeware | Size: 40.04 MB | Download (183): Safetica PERSONAL Download |
Now you can access data from your OpenBase database using Microsoft Excel and FileMaker Pro. With the Actual ODBC Driver for OpenBase, you can connect quickly and easily to your database. Unlike other solutions, this driver installs completely on your Mac - there's no need for complicated...
Platforms: Mac
License: Freeware | Size: 1.8 MB | Download (30): Actual ODBC Driver for OpenBase for Mac OS Download |
Libcddb is a free and open source C library that will help you access data on a CDDB server (freedb.org). Libcddb allows you to: ?*A* search the database for possible CD matches; ?*A* retrieve detailed information about a specific CD; ?*A* submit new CD entries to the database. Libcddb supports...
Platforms: Windows, Mac, *nix, C/C++, BSD Solaris
License: Freeware | Download (33): Libcddb Download |
ULLA allows developers of network aware applications to access data from device drivers similar to the Wireless Extensions on Linux. However, its new design simplifies the API syntax and expands the access to all wireless technologies such as GSM, BT.
Platforms: *nix
License: Freeware | Size: 870.4 KB | Download (16): Unified Link Layer API Download |
This Green Zone app enables you to continuously stay connected to - and access data from - your whole Bromma Conquip spreader fleet. When ever and where ever you are. Requirements: iOS 4.0 or later. Compatible with iPhone, iPad, and iPod touch.
Platforms: iOS
License: Freeware | Size: 3.8 MB | Download (7): Green Zone Download |
cvsMobMap is a mobile application for cvs-mobile.com subscription users. Application allows users to view locations of their vehicles, access data for available onboard sensors, view and send cvs-mobile system messages to onboard devices, see travel data per vehicle view vehicle route history,...
Platforms: Windows Phone
License: Freeware | Size: 2 MB | Download (7): cvsMobMAP Download |
DBConvert for Access & PostgreSQL is a reliable bi-directional database migration tool which allows you to convert from:
· MS Access to PostgreSQL
· MS Access to PostgreSQL Dump
· MS Access to PHP Script
· MS Access to MS Access
· PostgreSQL to MS Access
· PostgreSQL to PostgreSQL
·...
Platforms: Windows, 2K, XP, 2003, Windows Vista, 7
License: Freeware | Download (30): DBConvert for Access & PostgreSQL Download |
creates static libraries out of binary files so that the data can be used inside the application DataLibraryCreator is a tool to convert any binary file to a static library with two exported symbols, that can be linked to your application so that you can access the binary file's data via the...
Platforms: Mac
License: Freeware | Size: 10.24 KB | Download (16): DataLibraryCreator Download |
MARC::Crosswalk::DublinCore is a Perl module that can convert data between MARC and Dublin Core. SYNOPSIS my $crosswalk = MARC::Crosswalk::DublinCore->new; # Convert a MARC record to Dublin Core (simple) my $marc = MARC::Record->new_from_usmarc( $blob ); my $dc =...
Platforms: *nix
License: Freeware | Size: 8.19 KB | Download (96): MARC::Crosswalk::DublinCore Download |
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 (71): AnyData::Format::XML Download |
Sync, Share, Access and Backup your Files with PowerFolder, the multi computer data exchange solution which keeps your data in your hands. Secure,independent,and easy to use. PowerFolder automatically and efficiently keeps all files updated between multiple PCs, Macs or Linux machines. Data...
Platforms: Mac, Java
License: Freeware | Size: 10.92 MB | Download (114): PowerFolder Mac Download |
Mail::Addressbook::Convert::Ldif is a Perl module that can convert to and from Ldif formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Ldif; my $LDIF = new Mail::Addressbook::Convert::Ldif(); my $LdifInFile ="ldifSample.txt"; # name of the file containing the Ldif...
Platforms: *nix
License: Freeware | Size: 30.72 KB | Download (457): Mail::Addressbook::Convert::Ldif Download |
Mail::Addressbook::Convert::Tsv is a Perl module that can convert to and from Tsv ( Tab Separated )formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Tsv; my $TSV = new Mail::Addressbook::Convert::Tsv(); my $TsvInFile ="csvSample.txt"; # name of the file...
Platforms: *nix
License: Freeware | Size: 30.72 KB | Download (75): Mail::Addressbook::Convert::Tsv Download |