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

Delphi Mysql Driver freeware
Filter: All | Freeware | Demo
 

Delphi Mysql Driver

1 2 3 4 5 > 
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: October 17, 2010 | Visits: 2.086

HDBC ODBC Driver HDBC ODBC Driver is the Haskell ODBC backend driver for HDBC. This driver has been tested on Windows and on Linux with unixODBC. It should also be compatible with iODBC, though this has not been tested. It should be portable to any platform supported by both Haskell and unixODBC. This driver is... Platforms: *nix

License: Freeware Size: 36.86 KB Download (178): HDBC ODBC Driver Download

Added: September 08, 2006 | Visits: 3.908

Active Query Builder Free Edition Active Query builder is a component suite for Borland Delphi and C++ Builder which gives your end-users the ability to create SQL queries containing unions and sub-queries via an intuitive visual interface. Free Edition supports only the ANSI dialect Platforms: Windows

License: Freeware Size: 2.68 MB Download (269): Active Query Builder Free Edition Download

Added: July 29, 2013 | Visits: 585

Simple PHP SQL Class Simple PHP SQL Class creates an object of a driver class and takes care of calling the appropriate driver class functions. A MySQL driver class is built in.Key Features of Simple PHP SQL Class:- Establish database connections- Access a given database- Execute SQL queries- Retrieve query results... Platforms: PHP

License: Freeware Size: 10 KB Download (44): Simple PHP SQL Class Download

Added: April 08, 2010 | Visits: 960

XFwall XFwall is a professional graphical firewall system for Linux aimed at corporate users. XFwall firewall can be used with clients, servers, and gateway machines, and runs on Fedora Core, Debian 3.1 (Sarge), Red Hat, and Conectiva Linux. Installation: Change to the source code directory and... Platforms: *nix

License: Freeware Size: 337.92 KB Download (99): XFwall Download

Added: April 29, 2013 | Visits: 478

AjaXplorer Script It can also easily be configured as a MySQL database manager allowing table editing and running databse queries.Here are some key features of "AjaXplorer":File Manipulation:dlTE Rename/Copy/Move/Delete/Download files or foldersdlTE Upload multiple files and track status with progress bar (Flash... Platforms: PHP

License: Freeware Size: 1.68 MB Download (46): AjaXplorer Script Download

Added: April 08, 2013 | Visits: 465

AjaXplorer for File sharing It can also easily be configured as a MySQL database manager allowing table editing and running databse queries.Here are some key features of "AjaXplorer":File Manipulation:dlTE Rename/Copy/Move/Delete/Download files or foldersdlTE Upload multiple files and track status with progress bar (Flash... Platforms: PHP

License: Freeware Size: 1.42 MB Download (48): AjaXplorer for File sharing Download

Added: September 27, 2010 | Visits: 862

Pwman3 Pwman3 is a console based password management application. I wrote the original pwman over 4 years ago, just before going to university. Over the 4 years I spent in university, the code fell into disuse, and I pretty much abandoned it due to time constraints*. I had almost forgotten it. Until a... Platforms: *nix

License: Freeware Size: 27.65 KB Download (98): Pwman3 Download

Added: September 06, 2010 | Visits: 786

KiGa 3000 KiGa 3000 project is a tool to store, search, and print the data records of children in Kindergarten. KiGa 3000 is an extendable graphical tool to store, manage, search, and print the data records (about 50 domain-specific properties) of children in a German Kindergarten. It may be used (with... Platforms: *nix

License: Freeware Size: 716.8 KB Download (93): KiGa 3000 Download

Added: September 11, 2010 | Visits: 822

C++ ResourcePool ResourcePool is a C++ library which can be used to pool resources of every kind. One very interesting side effect is that it can also be used of abstraction layer by providing a unique API for different resources of similar resource types. Most prominent example are SQL databases. The... Platforms: *nix

License: Freeware Size: 471.04 KB Download (91): C++ ResourcePool Download

Added: January 08, 2010 | Visits: 975

SKForum SKForum project is a forum application with a Wiki, comic system, guestbook, and address book. SKForum is an open source (see licensing) web-based J2EE forum application. But its so much more, its a comic system, an addressbook, a wiki, a timetracking system, a todo list, a poll system, a... Platforms: *nix

License: Freeware Size: 2.9 MB Download (97): SKForum Download

Added: November 15, 2010 | Visits: 2.120

MySQL Connector/ODBC MySQL Connector/ODBC project is an ODBC driver for the MySQL database server. MySQL is a multithreaded, multi-user SQL database management system (DBMS) which has, according to MySQL AB, more than 10 million installations. MySQL is owned and sponsored by a single for-profit firm, the Swedish... Platforms: *nix

License: Freeware Download (383): MySQL Connector/ODBC Download

Added: June 17, 2013 | Visits: 443

MySQL Connector/Python for Linux MySQL Connector/Python is implementing the MySQL Client/Server protocol completely in Python. No MySQL libraries are needed, and no compilation is necessary to run this Python DB API v2.0 compliant driver. Platforms: *nix

License: Freeware Size: 122.88 KB Download (33): MySQL Connector/Python for Linux Download

Added: August 21, 2013 | Visits: 517

CGI::Session::Driver::aggregator CGI::Session::Driver::aggregator is a CGI::Session driver to aggregate some CGI::Session drivers. SYNOPSIS use CGI::Session; use CGI::Session::Driver::aggregator::Drivers; use DBI; $dbh = DBI->connect('DBI:mysql:cgi_session;host=localhost', 'root', ''); $drivers =... Platforms: *nix

License: Freeware Size: 30.72 KB Download (32): CGI::Session::Driver::aggregator Download

Added: April 05, 2010 | Visits: 527

mod_dbd_mysql mod_dbd_mysql is a DBD Driver module for MySQL. To replace mod_mysql_pool. Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): mod_dbd_mysql Download

Added: June 23, 2010 | Visits: 897

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

Released: June 14, 2010  |  Added: June 19, 2010 | Visits: 3.522

RISE MySQL code generator RISE MySQL code generator The RISE MySQL code generator generates a native MySQL script. The script incrementally updates the tables, columns, indexes and constraints in the database to match the RISE model. Once the database model is updated, the views defined in the RISE model are created in... Platforms: Windows

License: Freeware Size: 446.08 KB Download (233): RISE MySQL code generator Download

Released: January 27, 2011  |  Added: February 27, 2011 | Visits: 1.119

dotConnect for MySQL Express dotConnect for MySQL Express, formerly known as MyDirect .NET, is an enhanced data provider for MySQL that builds on ADO.NET technology to present a complete solution for developing MySQL-based database applications. As part of the Devart database application development framework, dotConnect for... Platforms: Windows

License: Freeware Size: 12.23 MB Download (205): dotConnect for MySQL Express Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 950

Collection of Delphi Examples Collection of most wanted Delphi examples with full source code and animated tutorials as a standalone application. No third party components. Platforms: Windows

License: Freeware Size: 6.99 MB Download (92): Collection of Delphi Examples Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 1.217

RISE PHP for MySQL code generator RISE PHP for MySQL code generator The RISE PHP for MySQL code generator renders PHP source code for database access. The generated code implements the classes and methods corresponding to the information interfaces specified in the RISE model. This includes classes for database access and,... Platforms: Windows

License: Freeware Download (66): RISE PHP for MySQL code generator Download

1 2 3 4 5 >