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

Metabase 1.0

  Date Added: June 30, 2013  |  Visits: 431

Metabase

Report Broken Link
Printer Friendly Version


Product Homepage
Download (42 downloads)



Metabase is package of classes that provide DBMS independent access and management of databases.Features of Metabase:- Dual API call forms- Direct driver class object callsGlobal function calls- Set of functions that call the selected DBMS driver objects functions supporting when possible- Database connection setup with support for connection strings- Operation error handling- Query constant data conversion- Direct queries- Prepared queries- Query result rows random access- Retrieve a limit range of rows of a SELECT query.- Transactions- Large object fields (BLOBs - storing files in the database)- Database object creation (tables, indexes, sequences)- DBMS driver supported feature query- DBMS Drivers classes that support the most important databases being used on the Web.- Driver conformance test suite to verify if the driver classes are working and features are properly implemented.A parser class that is able to interpret DBMS independent database schemas file defined in a custom XML format supporting the following types of objects: Tables with fields of the types: text, integer, boolean, date, time, timestamp, decimal, float, character large objects (CLOBs) and binary large objects (BLOBs), auto- increment.A manager class that is able to:- Install a new database from a schema description interpreted by the parser class.- Ability to compare a previously installed schema with a new schema and only install the changes without affecting data stored after the previous installation or update.- Dump database structure and contents in the same XML format handled by the parser allowing for moving data between databases of different DBMS vendors.- Reverse engineer schemas of already installed databases

Requirements: No special requirements
Platforms: PHP
Keyword: Binary Boolean Character Clobs Conformance Custom Decimal Driver Float Format Incrementa Integer Large Suite Tables Timestamp Types Verify Working
Users rating: 0/10

License: Freeware Size: 204.8 KB
USER REVIEWS
More Reviews or Write Review


METABASE RELATED
Printer Tools  -  CUPS Driver Development Kit 1.2.0
CUPS Driver Development Kit (DDK) provides a suite of standard drivers, a PPD file compiler, and other utilities that can be used to develop printer drivers for CUPS and other printing environments. CUPS provides a portable printing layer for...
 
Communication  -  Decimal to Q15 format 1.0
y = dec2q15( x , form )Function that works with any decimal value (beacuse of saturation using). Available representation of Q15 format are binary or hexadecimal.Input arguments of function:x - decimal integerform - form - dependent on...
10 KB  
Development Editors  -  Comm Operator Pal 1.6.0.181
Comm Operator Pal is a free tool to test and debug device or application that communicated with RS232, TCP/IP, UDP and HTTP. It supports data in Text, Decimal and Hex format. Data can be sent in list automatically. Single data can be sent...
1.46 MB  
Graphics Editors  -  Photo Resizer for Camera Pictures 2.0
Super Simple Photo Resizer is a custom image resizer meant for everyone from children and computer beginners to fast-working pros. It is always best to use your cameraapos;s maximum quality and resolution because images cannot be made larger...
3.02 MB  
Miscellaneous  -  Binary search in one line 1.1
This is an implementation of the binary search algorithm in (almost) one line. Given a number 'n' and a list 'L', the function returns the index of the number on the list, or -1.
 
Programming  -  tkalc 1.0.2
tkalc is a pocket calculator for developers and IP network operators. Arbitrary arithmetic/logical expressions can be entered very quickly. The result is then simultaneously displayed in decimal, hexadecimal, octal, binary, ASCII, IP address, and...
10.24 KB  
Input Device Utilities  -  Natural Keyboard Pro Driver 1.0PR1
Microsoft's Natural Keyboard Pro is a great keyboard -- USB so it works on a Mac, nice feel, ergonomic key layout, standard "inverted T" cursor keys (unlike its predecessor), and a row of special "multimedia" keys across the top for doing things...
10 KB  
Libraries  -  Filesys::MakeISO 0.1.0
Filesys::MakeISO is a Perl module to make iso images (portable). SYNOPSIS use Filesys::MakeISO; my $iso = Filesys::MakeISO->new; $iso->image(image.iso); $iso->dir(/path/to/burn); $iso->make_iso; INTERFACE drivers Returns a list of...
10.24 KB  
Modules  -  Easy PayPal Custom Fields 2.0.1
This plugin uses custom fields to make creating a PayPal button super-easy. There is no complicated shortcut syntax to remember and you can select on which type of post (including custom post types) you'd like to display the button. You can enter...
194.56 KB  
Web Browsers  -  Unicode Input Tool/Converter 2.6.8
Search for a character by various criteria. Converts among HTML/XML entities, numeric character references (hex or decimal), CSS/javascript/PHP6 escape sequences, and Unicode. Several preferences allow a great degree of customization including...
849.92 KB  
NEW DOWNLOADS IN SCRIPTS, DATABASE TOOLS
Scripts  -  Free Ecommerce website creator 1.2
Free Ecommerce website creator is a free PHP shop creating script. This allows you to put a online shop on your own website. Create your own free ecommerce website for Your Business. Create an online shop using easyGUI online shop creator. The...
1.44 KB  
Scripts  -  MochiGames PHP Script ZDR 1.00
MochiGames PHP Script ZDR is web site, ready for use, for flash games. These flash games are downloaded automatically by "MochiGames PHP Script ZDR" from MochiGames media. The use of the games is free, you can use your own Mochi Publisher ID and...
368.54 KB  
Scripts  -  Php Chat 2.0
Add a free php site, single sign-on and multiple skins, 100% free 1. Server Modes: The chat server has paid mode and free mode. If the free chat mode, a free chat room will be assigned to your website with your domain as the room name. 2....
938.87 KB  
Scripts  -  Nibbleblog 3.0.1
Nibbleblog it's a powerful engine for creation and manipulation of BLOG's completely free. Very simple to install and configure (Only 1 step). The database used is based on XML files and this way it is not necessary to use MySQL or similar DBMS....
371.09 KB  
Scripts  -  PHP File Manager | CloudOsys 2.9b8
CloudOsys is a PHP file manager, a tool that allows your visitors upload files such as media content directly to your website. Your visitors will upload files directly to your website, where they can share and comment on them. Through cloud...
1.41 MB  
Database Tools  -  Cross Database Engine for PHP for Scripts 1.0
CDEengine is a php library which aims to encapsulate the general database functions in PHP and provide a Cross Database Engine for php development where developers need to change the database but not their code.
10 KB  
Database Tools  -  SQL File Query Extractor 1.0
SQL File Query Extractor opens a text file and extract text entries of SQL queries separated by semi-colons. An array is used to return the text strings of queries.
10 KB  
Database Tools  -  objToSql 1.0
This script can generate SQL queries from objects or arrays. It can traverse the list of variables of the object or a given associative array and generate SQL INSERT or UPDATE queries to create or update records of a given database table.The names...
10 KB  
Database Tools  -  database,mysql,query,array 1.0
coMySQLClass is a MySQL database access wrapper.Functions of coMySQLClass:- Establish database connections to a given host and database name- Execute SQL queries- Retrieve query results into associative arrays- Compose and execute SELECT, UPDATE...
10 KB  
Database Tools  -  Bond Script 2.4.3
Bond is a rapid application development framework for building applications for the linux desktop and the web. Using bond you can quickly build database forms for Gnome Linux, or the web via standard HTML and AJAX or for windows using win32...
4.44 MB