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 49.593.819 Times

Genealogy Database Access software
Filter: All | Freeware | Demo
 

Genealogy Database Access

< 1 2 3 4 5 > 
Added: June 20, 2013 | Visits: 500

aDB PDO like database abstraction aDB PDO like database abstraction comes with a base class that provides an interface to the basic database access wrapper functionality.Drivers that provide the actual implementation of the database access functionality should implement a sub-class of the main interface class. Iterators can be...



Platforms: PHP

License: Freeware Size: 20.48 KB Download (43): aDB PDO like database abstraction Download

Added: June 03, 2013 | Visits: 526

PHP 5 MySQLi Layer PHP 5 MySQLi Layer is a simple MySQL database access wrapper that uses the MySQLi extension.Functions of PHP 5 MySQLi Layer:- Establish database server connections from the constructor function- Escape literal text values- Execute one or multiple SQL queries at once- Retrieve the number of...





Platforms: PHP

License: Freeware Size: 71.68 KB Download (41): PHP 5 MySQLi Layer Download

Added: April 19, 2013 | Visits: 670

PHP mySQL Database Wrapper Class This PHP class is a mySQL database access wrapper. PHP mySQL Database Wrapper Class provides methods for interracting with a mySQL database from within PHP easily and securely.Features of PHP mySQL Database Wrapper Class:- connecting to a mySQL host and selecting a database- method that is an...


Platforms: PHP

License: Freeware Size: 51.2 KB Download (43): PHP mySQL Database Wrapper Class Download

Added: August 06, 2013 | Visits: 421

Mysqlx Mysqlx is a simple MySQL database access wrapper. It can establish database connections and execute SQL queries storing the results in array class variables.When an error occurs, the class outputs the error and sends a e-mail message to an administrator address with all the details about the error.


Platforms: PHP

License: Freeware Size: 30.72 KB Download (41): Mysqlx Download

Added: April 21, 2013 | Visits: 460

MySQL Abstract Layer MySQL Abstract Layer is a simple MySQL database access wrapper. It can execute SELECT, UPDATE and INSERT SQL queries using single calls that take the table names, column names, column values and table search conditions.


Platforms: PHP

License: Freeware Size: 10 KB Download (40): MySQL Abstract Layer Download

Added: June 30, 2013 | Visits: 400

Oracle wrapper racle wrapper is meant to provide an API to wrap around Oracle database access functions. The API is compatible with the one provided by the Mysql.lib.php wrapper.


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Oracle wrapper Download

Added: April 04, 2013 | Visits: 459

TXTDB to MySQL TXTDB to MySQL is a MySQL database access wrapper that implements a compatible interface of TXTDBAPI flat file SQL parser.TXTDB to MySQL is meant to allow switching between the use the actual TXTBDAPI and MySQL without needing to changes applications based on this API.


Platforms: PHP

License: Freeware Size: 10 KB Download (45): TXTDB to MySQL Download

Added: August 07, 2013 | Visits: 426

SQLWrapper SQLWrapper is a MySQL database access wrapper.This PHP script can be used and integrated into applications using MySQL as a storage environment.Some key features of SQLWrapper:- Establish connections to a given MySQL database host- Execute arbitrary queries- Retrieve a single row or all rows into...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): SQLWrapper Download

Added: August 04, 2013 | Visits: 499

SQL class alfars This PHP script SQL class alfars is designed to implement a very simple MySQL database access wrapper. A connection was established to a given MySQL server with this script, and then select the database to access, execute queries, return the results and safely close the connection.


Platforms: PHP

License: Freeware Size: 10 KB Download (42): SQL class alfars Download

Added: July 17, 2013 | Visits: 358

Simple DBA This class can be used to MySQL database access wrapper.It can establish connections to a MySQL, execute SQL queries, retrieve query results, retrieve the last inserted identifier, the number affected rows, retrieve the tables list and table fields and execute INSERT, UPDATE, DELETE queries from...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): Simple DBA Download

Added: July 16, 2013 | Visits: 285

DBI class The DBI class is MySQL database access wrapper.DBI class can establish database connections, execute SQL queries, retrieve the query result set data, present SELECT query information details like the time it took to execute and the returned result rows.The comments in the code are in Spanish.


Platforms: PHP

License: Freeware Size: 10 KB Download (39): DBI class Download

Added: July 18, 2013 | Visits: 321

DAO classes DAO classes is a SQL database access wrapper. It can establish database connections to one of several possible database server slaves.The class DAO classes can execute queries immediately or store the SQL statements in a queue file execute the queries all at once some time later. It also supports...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): DAO classes Download

Added: August 29, 2013 | Visits: 327

Datamodul Datamodul is a MySQL database access wrapper with metadata retrieval functions.THe script can establish MySQL database server connections, execute SQL queries, iterate over query results and retrieve its data as arrays.The class Datamodul can also retrieve metadata like the database table names...


Platforms: PHP

License: Freeware Size: 61.44 KB Download (40): Datamodul Download

Added: April 15, 2013 | Visits: 295

iOracleDriver iOracleDriver is an Oracle database access wrapper.iOracleDriver comes with a class for managing Oracle database connections and execute SQL queries, and another class for retrieving query result sets.


Platforms: PHP

License: Freeware Size: 10 KB Download (39): iOracleDriver Download

Added: March 28, 2013 | Visits: 881

xDatabase xDatabase is a simple MySQL database access wrapper.Functions of xDatabase:- xDatabase can connect to database from the class constructor.- xDatabase is possible to use a single function to execute queries and retrieve results.- xDatabase automatically stores additional query information in class...


Platforms: PHP

License: Freeware Size: 10 KB Download (49): xDatabase Download

Added: June 16, 2013 | Visits: 378

static_DBConnect static_DBConnect establishes MySQL database server connections and stores the database access handle in a static variable so it can be reused by different objects of the class.Functions for executing queries and retrieving results are also provided.


Platforms: PHP

License: Freeware Size: 10 KB Download (41): static_DBConnect Download

Added: April 02, 2013 | Visits: 508

k-mysql k-mysql is a simple MySQL database access wrapper. It can establish MySQL database connection, execute SQL queries and retrieve the query result sets into arrays.k-mysql also counts the number of queries that are executed and measures the time that each query takes to execute.The number of...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): k-mysql Download

Added: May 05, 2013 | Visits: 282

MYSQLCLS_DB MYSQLCLS_DB is a MySQL database access wrapper. It can establish connections, manage transactions, execute queries, and retrieve results into arrays or single values.If the connection is lost, MYSQLCLS_DB tries to reconnect before executing any queries.


Platforms: PHP

License: Freeware Size: 10 KB Download (41): MYSQLCLS_DB Download

Added: August 18, 2013 | Visits: 294

RG-MySQL RG-MySQL is a MySQL database access wrapper.RG-MySQL can establish database connections to a given MySQL server host, execute SQL queries, retrieve the number of result set rows, fetch query results row by row as associative arrays or all rows at once, and retrieve the last inserted identifier...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): RG-MySQL Download

Added: June 21, 2013 | Visits: 439

Mysql Commands Mysql Commands is a very simple MySQL database access wrapper.Mysql Commands can establish the database connection and execute an SQL query and retrieve the data of a result set in a single array containing all the rows.


Platforms: PHP

License: Freeware Size: 10 KB Download (42): Mysql Commands Download

< 1 2 3 4 5 >