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

Foxpro Mysql Show Table freeware
Filter: All | Freeware | Demo
 

Foxpro Mysql Show Table

1 2 3 4 5 > 
Added: April 30, 2013 | Visits: 543

MySQL Edit Table This PHP script is mainly used to view and edit MySQL database table records. It can retrieve records of MySQL database tables and display the record field values along with links to change the record values or even delete the records.The texts used in the record listings and forms are available...



Platforms: PHP

License: Freeware Size: 51.2 KB Download (44): MySQL Edit Table Download

Added: July 19, 2013 | Visits: 594

Mysql Ajax Table Editor There are currently two versions of Mysql Ajax Table Editor available. A free version which is released under the GNU LGPL license and a paid version. The paid version has some new powerful features such as file upload support, browser forward and back functionality, bookmarkable searches and a...





Platforms: PHP

License: Freeware Size: 542.72 KB Download (68): Mysql Ajax Table Editor Download

Added: March 23, 2013 | Visits: 475

Shref Image in DB Shref Image in DB can store and retrieve binary files in a MySQL database table. It can read the data from one file, convert the data to an ASCII representation and stores it in a given a given record of a MySQL table field.Shref Image in DB can also do the opposite. It retrieves the data from a...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Shref Image in DB Download

Added: June 06, 2013 | Visits: 632

csv to mysql translator for Scripts csv to mysql translator is a small PHP file that help to translate from a CSV to MySQL DB table, using the name of the archive as the name of the table, and the head of the columns as the fields names.You can specify all the characteristics of the fields before upload the data.


Platforms: PHP

License: Freeware Size: 10 KB Download (41): csv to mysql translator for Scripts Download

Added: June 05, 2013 | Visits: 605

Forms generator for MYSQL Forms generator for MYSQL can be used to generate forms to edit MySQL database table records. It can list table record contents and generate forms to edit an existing record or insert a new record.The output of the forms is rendered using templates.


Platforms: PHP

License: Freeware Size: 81.92 KB Download (43): Forms generator for MYSQL Download

Added: June 28, 2013 | Visits: 775

MySQL tables description generator MySQL tables description generator can query the definition of a given MySQL database table and generate a PHP class with functions that return details about the table.Functions to return the name of the table and its field, are generated.


Platforms: PHP

License: Freeware Size: 10 KB Download (44): MySQL tables description generator Download

Added: September 05, 2013 | Visits: 502

MySQL Table Abstraction Class MySQL Table Abstraction Class can be used to wrap the access to individual MySQL database table rows in class objects. Each object of the class stores the values of the fields of a given row of a given table. The class provides means to store and retrieve the values of the row fields in the...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): MySQL Table Abstraction Class Download

Added: August 20, 2013 | Visits: 480

MySQL List Data MySQL List Data can be used to view, edit and delete records of a MySQL database table. It can execute a MySQL database SELECT query and list the results in an HTML table.The table fields, the respective header names and the table presentation details are configurable. The record listing table...


Platforms: PHP

License: Freeware Size: 40.96 KB Download (41): MySQL List Data Download

Added: May 10, 2013 | Visits: 744

csv to mysql translator 0.54a csv to mysql translator is a small PHP file that help to translate from a CSV to MySQL DB table, using the name of the archive as the name of the table, and the head of the columns as the fields names. You can specify all the characteristics of the fields before upload the data.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (63): csv to mysql translator 0.54a Download

Added: April 15, 2013 | Visits: 682

Sam MySQL Database Class Sam MySQL Database Class wraps common MySQL database table SQL queries.Functions of Sam MySQL Database Class:- Perform SELECT queries and retrieve a single value, a single row into an array and all rows into a multidimensional array.- Insert or update rows from a list of fields and values- Delete...


Platforms: PHP

License: Freeware Size: 30.72 KB Download (44): Sam MySQL Database Class Download

Added: August 28, 2013 | Visits: 1.180

Basic MySQL Search Engine Class Basic MySQL Search Engine Class can be used to search for data in MySQL database table text fields. It executes one or more SQL SELECT queries to search for given keywords in different text fields of the same MySQL database table.Basic MySQL Search Engine Class returns an array with the values of...


Platforms: PHP

License: Freeware Size: 112.64 KB Download (49): Basic MySQL Search Engine Class Download

Added: May 23, 2013 | Visits: 648

Form Table Generator Form Table Generator can be used to generate HTML forms for adding or editing MySQL database table records. It retrieves the list of fields of a given MySQL database table. Then it generates HTML forms for entering values of records of that table.The table primary key field can be automatically...


Platforms: PHP

License: Freeware Size: 51.2 KB Download (45): Form Table Generator Download

Added: September 01, 2013 | Visits: 454

Mysql e Formulario Mysql e Formulario can be used to manage MySQL database table records using Web based forms.There is a MySQL database access wrapper class that can execute SQL SELECT queries and retrieve the results in several ways, as well execute INSERT, UPDATE and DELETE queries. There is also a forms...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Mysql e Formulario Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 557

csv to mysql translator A small PHP file that help to translate from a CSV to MySQL DB table, using the name of the archive as the name of the table, and the head of the columns as the fields names. You can specify all the characteristics of the fields before upload the data.


Platforms: Windows, Mac, Linux

License: Freeware Size: 5.12 KB Download (52): csv to mysql translator Download

Added: August 20, 2013 | Visits: 713

MySQL Login MySQL Login can be used to authenticate users with records stored in a MySQL database table.Features of MySQL Login:- Customization of the table and the fields to lookup to verify the existence of an account and the respective password- A session variable is always set whether or not the user...


Platforms: Java

License: Freeware Size: 10 KB Download (42): MySQL Login Download

Added: June 01, 2013 | Visits: 1.071

MySQL PHP Grid MySQL PHP Grid can be used to edit and display data from a MySQL database table. It executes an SQL query to retrieve the data for the rows of a given table.The row data is displayed in an HTML table. The number of rows per page maybe limited. Navigation links are displayed to browse between...


Platforms: PHP

License: Freeware Size: 122.88 KB Download (197): MySQL PHP Grid Download

Added: June 14, 2013 | Visits: 530

AJAX Grid Manage Data This script can be used to manipulate MySQL database table records displayed in a HTML table.It displays a table with data from fields of a MySQL database table.The table can display links for sort the listing by the clicked column and also to execute actions such as insert a new record, update...


Platforms: PHP

License: Freeware Size: 51.2 KB Download (47): AJAX Grid Manage Data Download

Added: July 18, 2013 | Visits: 392

MySQL Model MySQL Model can be used as a wrapper to provide an object oriented access to MySQL database table rows. It retrieves table metadata to determine the names and other properties of table columns to map them to object properties.The script MySQL Model provides mechanisms for finding, creating,...


Platforms: PHP

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

Added: September 05, 2013 | Visits: 450

dbGrid Extreme dbGrid Extreme can be used to display in an HTML table grid data from a MySQL database table in a way that can be edited.Features of dbGrid Extreme:- Splitting data between multiple pages with navigation links- Display rows of data with alternate background colors- Control the columns by which...


Platforms: PHP

License: Freeware Size: 30.72 KB Download (44): dbGrid Extreme Download

Added: July 11, 2013 | Visits: 420

FileSyncDB FileSyncDB can be used to manage MySQL database table records synchronized to files stored in disk. It can insert, updated and delete records of a database table with fields that contain the names of associated files.When a record is inserted or updated the associated files are copied to the disk...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): FileSyncDB Download

1 2 3 4 5 >