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

Meant freeware
Filter: All | Freeware | Demo
 

Meant

< 1 2 3 4 5 > 
Added: May 31, 2013 | Visits: 460

VSFlexGrid This class is meant to compose and output the contents of an HTML table similarly to the VSFlexGrid component for Visual Basic.It supports defining in a first step the contents and presentation style details of table headers and data rows like colors, alignment, width, etc.. Then in a second step...



Platforms: PHP

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

Added: March 27, 2013 | Visits: 367

Sync DB Content Sync DB Content is meant to synchronize two MySQL database copies.Sync DB Content queries a source database to determine which rows were updated since a given date and generates a text file that contains SQL queries for updating the target database to synchronize its contents.





Platforms: PHP

License: Freeware Size: 10 KB Download (43): Sync DB Content Download

Added: September 13, 2013 | Visits: 524

SQL Data Browsing SQL Data Browsing is meant to display MySQL query results in multiple HTML pages.SQL Data Browsing comes with a class for displaying query results in HTML tables and another class for displaying links to browse between all the query result pages.


Platforms: PHP

License: Freeware Size: 10 KB Download (44): SQL Data Browsing Download

Added: August 16, 2013 | Visits: 406

MySQL Optimizer MySQL Optimizer is meant to analyze, optimize or repair tables of a MySQL database.The class is capable of connecting to a given MySQL database, extract the list of names of tables, and perform one of the three operations in all tables. The results are outputted in an HTML table.


Platforms: PHP

License: Freeware Size: 10 KB Download (40): MySQL Optimizer Download

Added: June 26, 2013 | Visits: 546

Joe Celko Nested Sets Joe Celko Nested Sets is meant to manage tree database structure using Jeo Celko's nested sets approach.You can add node with 7 queries, delete a node with subnodes with 4 queries and move node with 11 queries.The number of queries per action does not depend on the number of sub-nodes, so it is a...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): Joe Celko Nested Sets Download

Added: June 27, 2013 | Visits: 380

MySQL Parser MySQL Parser is meant to parse boolean expressions like (item1 AND item2 AND NOT (item3 OR item4)) and converts them into MySQL full text search conditions like ( item1 item2 -(item3 item4)).


Platforms: PHP

License: Freeware Size: 20.48 KB Download (42): MySQL Parser Download

Added: May 20, 2013 | Visits: 549

Fast Split MySQL Result Fast Split MySQL Result is meant to split MySQL query results in multiple pages with HTML tables. It uses javascript to generate the navigation links.


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Fast Split MySQL Result Download

Added: June 13, 2013 | Visits: 449

MySQL Operations MySQL Operations is a simple class meant to connect and query a MySQL database. It has functions to connect to a given MySQL database, execute queries, retrieve results and the number or rows.


Platforms: PHP

License: Freeware Size: 10 KB Download (40): MySQL Operations Download

Added: June 10, 2013 | Visits: 360

baaGrid baaGrid is a versatile data grid class that is meant to present database query results. Also produces cross-tabs (pivot tables).baaGrid supports displaying totals, subtotals, definining row and column styles and conditional cell highlighting. It supports querying databases like MySQL, PostgreSQL...


Platforms: PHP

License: Freeware Size: 30.72 KB Download (44): baaGrid Download

Added: May 03, 2013 | Visits: 500

Split Result Split Result is meant to split the presentation of a MySQL database query results between multiple pages.Split Result takes a MySQL query result set handler value and generate navigation HTML links between pages of result pages given the limit number of query result rows to display, the number of...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): Split Result Download

Added: June 30, 2013 | Visits: 403

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: May 29, 2013 | Visits: 473

Compare DB Compare DB is meant to compare two databases and generate the necessary SQL commands to alter one to have the same structure and data of the other.Compare DB outputs the changes to be done and let you execute the SQL-Queries 1 by 1 from the same page.


Platforms: PHP

License: Freeware Size: 30.72 KB Download (45): Compare DB Download

Added: July 31, 2013 | Visits: 467

sql_Generator class sql_Generator class is meant to make it easier to generate SQL queries for inserting or updating records in a database table.Just specify the required fields, and then call the class functions to retrieve the SQL statement to perform an insert or update query.


Platforms: PHP

License: Freeware Size: 10 KB Download (42): sql_Generator class Download

Added: July 26, 2013 | Visits: 373

Mysql DBObj Mysql DBObj is meant to simplify the composition and execution of MySQL database SELECT queries.Mysql DBObj has functions that can establish the database connection and others to specify the query conditions, columns to sort the results, result row limits and execute the queries.


Platforms: PHP

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

Added: August 22, 2013 | Visits: 490

mdb classes mdb classes is meant to access Microsoft Access .mdb database files by specifying their filenames.mdb classes uses a Windows ADODB COM object to open the .mdb database. From then on you can execute SQL queries and retrieve the result set date like with any SQL based database.


Platforms: PHP

License: Freeware Size: 10 KB Download (45): mdb classes Download

Added: September 09, 2013 | Visits: 406

Run MySQL Run MySQL is a class that is meant for feeding the MySQL server with large batches of SQL statements.The batch statements could be taken from a string, a local file or a file uploaded via HTML form. The result of the last query is returned.


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Run MySQL Download

Added: August 16, 2013 | Visits: 482

MySQL Query Generator This class is meant to compose MySQL database queries from conditions defined dynamically calling the class functions. It can compose MySQL database queries add, delete, reset conditions and key values used to determine the affected rows.


Platforms: PHP

License: Freeware Size: 10 KB Download (43): MySQL Query Generator Download

Added: August 31, 2013 | Visits: 565

Perfect Database File Perfect Database File is meant to manage a database that stores its tables in files.It uses only PHP file access functions, so it does not require special extensions. It may be useful if you do not want or you do not have access to database servers like MySQL or PostgreSQL.Perfect Database File...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (44): Perfect Database File Download

Added: June 22, 2013 | Visits: 498

DbQueryManager dbsource is a class meant to easily access different kinds of databases based on a common interface, taking the database connections to its cleanest, scalable maximum.


Platforms: PHP

License: Freeware Size: 10 KB Download (44): DbQueryManager Download

Added: July 16, 2013 | Visits: 626

PHP Formatter PHP Formatter is meant to reformat PHP source code. It uses the PHP tokenizer functions to parse PHP source and rewrites the same code using consistent indentation).


Platforms: PHP

License: Freeware Size: 10 KB Download (41): PHP Formatter Download

< 1 2 3 4 5 >