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

Perl Paradox Database software
Filter: All | Freeware | Demo
 

Perl Paradox Database

< 1 2 3 4 5 > 
Added: March 21, 2010 | Visits: 965

Thesaurus::DBI Thesaurus::DBI is a Perl module that can store and query synonyms (Thesaurus) in an SQL database. SYNOPSIS use Thesaurus::DBI; # create new database connection my $th = new Thesaurus::DBI(dbhost=> localhost, dbname=>thesaurus,dbuser=>user,dbpassword=>pass); # use existing database...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (104): Thesaurus::DBI Download

Added: February 01, 2010 | Visits: 957

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

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: June 07, 2010 | Visits: 1.784

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: November 03, 2010 | Visits: 1.451

Email::Store::DBI Email::Store::DBI is a Perl module for database backend to Email::Store. SYNOPSIS use Email::Store dbi:...; This class is a subclass of Class::DBI and contains means for Email::Store-based programs to register what DSN they wish to use. It also provides for building database tables from...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (100): Email::Store::DBI Download

Released: December 18, 2012  |  Added: December 18, 2012 | Visits: 587

Paradox IBM DB2 Import, Export & Convert Software Transfer tables to and from Paradox and IBM DB2 databases. Importing and exporting can be done without SQL knowledge. This program is designed for Paradox 5 databases. Higher versions of Paradox databases can be saved as 5 and used with this program.


Platforms: Windows

License: Shareware Cost: $29.99 USD Size: 404 KB Download (52): Paradox IBM DB2 Import, Export & Convert Software Download

Added: May 10, 2013 | Visits: 717

AutoMax This is a basic Perl script that allows you to insert clients and cars into a flat file database.Also the script can verify if the client or the car still exists in the database. 


Platforms: Windows, *nix, Perl, BSD Solaris

License: Freeware Download (66): AutoMax Download

Released: August 14, 2012  |  Added: September 06, 2012 | Visits: 6.684

MetaReport MetaReport is a report building tool that can use multiple data sources of various formats (Access, dBase, Paradox, MS SQL, Oracle, InterBase and others) to create reports. Since most companies use different databases (Access for office, SQL for web and Oracle for inventory tracking, for...


Platforms: Windows

License: Shareware Cost: $99.95 USD Size: 2.18 MB Download (1117): MetaReport Download

Added: August 24, 2010 | Visits: 707

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: October 13, 2010 | Visits: 716

ExtUtils::SVDmaker ExtUtils::SVDmaker is a Perl module to create CPAN distributions. SYNOPSIS use ExtUtils::SVDmaker; $svd = new ExtUtils::SVDmaker( @options ); $svd = new ExtUtils::SVDmaker( %options ); $svd->vmake( @targets, %options ); $svd->vmake( @targets ); $svd->vmake( %options ); The...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (90): ExtUtils::SVDmaker Download

Added: October 16, 2006 | Visits: 3.357

SuperCool Office Assistant SuperCool Office Assistant manage customer's information with database, It can design and print reports such as envelopes, labels, notes, letters and business card for every customer in the database, and send emails to every customer. It can also design and print report even for other database....


Platforms: Windows

License: Shareware Cost: $49.50 USD Size: 1.86 MB Download (538): SuperCool Office Assistant Download

Added: January 18, 2010 | Visits: 1.002

Cafeterra Cafeterra provides a message queue-based EAI tool. Cafeterra is a message queue-based EAI project with a Web user interface for designing, processing, and monitoring inter-application data flows. Supported connectors are based on an RDBMS, flat files (CSV, fixed length record, XML, HL7, HTML,...


Platforms: *nix

License: Freeware Size: 747.52 KB Download (96): Cafeterra Download

Added: January 25, 2010 | Visits: 2.043

FileMaker to iPod X FileMaker to iPod allows you to export data from your FileMaker Pro databases to your iPod.


Platforms: Mac

License: Freeware Download (225): FileMaker to iPod X Download

Released: January 11, 2014  |  Added: April 04, 2015 | Visits: 3.006

Paradox Password Paradox Password by Thegrideon Software is simple and instant password recovery tool for Paradox. It recovers passwords from any database (table) files (*.db; *.px; *.xnn; *.xgn; *.ygn) regardless of database engine version or password complexity.


Platforms: Windows, Windows 7

License: Shareware Cost: $29.95 USD Size: 643.68 KB Download (197): Paradox Password Download

Added: August 18, 2010 | Visits: 1.215

XML::DB::Database::Exist XML::DB::Database::Exist is a Perl module with XML:DB driver for the eXist database. SYNOPSIS use XML::DB::Database::Exist; This is the eXist XML-RPC driver. It is intended to be used through the XML:DB API, so that it is never called directly from user code. It implements the internal API...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (107): XML::DB::Database::Exist Download

Added: October 22, 2010 | Visits: 1.312

OpenGeoDB Perl module OpenGeDB Perl module is a module to access the OpenGeoDB database and calculate all ZIP codes in a certain radius..


Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): OpenGeoDB Perl module Download

Released: October 28, 2014  |  Added: August 10, 2016 | Visits: 854

ABA Database Convert ABA Database Convert allow to save the records from directory into another formats. Supported the most popular table formats including paradox, dBase, FoxPro, Clarion, MS Access, DBISAM, Advantage, ADO/ODBC. All features are available via command-line arguments so you could automate any your tasks


Platforms: Windows, Windows 8, Windows 7, Windows Vista

License: Shareware Cost: $60.00 USD Size: 557.53 KB Download (164): ABA Database Convert Download

Released: December 02, 2012  |  Added: December 02, 2012 | Visits: 588

Flat-File Database for perl Lightweight Flat-File database API for perl. Allows SQL queries to manipulate the database info. Requires no module building. Current Version: 1.0.11b


Platforms: Windows, Mac, Linux

License: Freeware Size: 11.05 KB Download (52): Flat-File Database for perl Download

Released: October 13, 2012  |  Added: October 13, 2012 | Visits: 562

Tpda3 (Tiny Perl Database Application 3) Tpda3 is a classic desktop database application framework, written in Perl. Has PerlTk and (experimental) wxPerl support for the GUI part and Firebird and PostgreSQL support for the RDBMS. Tpda3 is the successor of TPDA and, hopefully, has a much better API implementation. The look and the user...


Platforms: Windows, Mac, Linux

License: Freeware Size: 222.42 KB Download (51): Tpda3 (Tiny Perl Database Application 3) Download

Released: February 20, 2012  |  Added: March 10, 2012 | Visits: 5.344

Database Tour Pro Database Tour Pro is a cross-database tool. It works via ADO or BDE and was tested on Paradox, dBase, FoxPro, ASCII, CSV, Interbase, Firebird, Lotus, HTML, Oracle, SQL Server, MS Access, MS Excel, PostgreSQL, MySQL. Key features: -Accessing different types of databases. -Creating...


Platforms: Windows

License: Shareware Cost: $97.00 USD Size: 2.55 MB Download (835): Database Tour Pro Download

< 1 2 3 4 5 >