|
|---|
| SQLiteManager is a multilingual web based tool to manage SQLite database.
The programming language used is: PHP4 and work fine with PHP5.
Work just as well on a platform Linux as on Windows or Mac OsX.
This project is in course of developpement, but it is alway very functional. The various functionality are:
- Management of several database
- Creation 'Connection' to several database
- Property of the database.
- Management of the options of the database. - Creation / update / delete tables
- Management of the indices - Showing / Insert / ALter / Suppression of data in the tables
- Imports data from a file
- execution of manual query from 'SQLite' format or from 'MySQL' format (conversion)
- Create / Update / Delete of View
- create / Update / Delete of Trigger
- Management of the user defined function. (usable in SQLiteManager query)
- exports structure and data to the SQL format
| | Price:GPL Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| QueryPrint is a PHP class that prints the results of a SQL query in HTML format. The printing is defined in a seperate module class that can be modified or replaced. QueryPrint also supports multiple page queries allowing the user to decide how many records to show on each page. The previous and next buttons are added automaticaly and as defined by the printing module. This site requires registration in order to download the script.
| | Price:Free (GPL) Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| OracleEditor.php is a standalone PHP script which allows you to browse your Oracle database tables/views and insert, update and delete rows in any table. It has two modes for SQL entry - one is wizard-like, the other one allows executing arbitrary SQL statements. It requires no installation and no configuration. It is written for situations where you quickly need to do some small data manipulation and don't have a better tool available. OracleEditor.php is free and Open Source.
| | Price:Free (BSD) Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| PHP CODE BUILDER is a open source web based software which can be used to generate PHP codes for creating database driven websites. Since the usage of PHP and MySQL websites have grown tremendously, this tool would act as an easy interface for the programmers to create website in a short time span. Many programmers have found this software useful inorder to create websites with PHP and MySQL. You can take a Demo or you can Download a copy for free
| | Price:free Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| Managing your online MySQL database was never so easy! r-Access for MySQL is a revolutionary tool allowing you to visually design your remote (web hosted) databases, modify tables structure, execute batch SQL queries, view/edit data - all in quick and effective manner. Software has client/server architecture. Server part is written on pure PHP therefore r-Access for MySQL can run on almost 100% of web servers that host MySQL databases. Client part is a powerful Windows application providing great capabilities of working with every aspect of MySQL database development and administration.
| | Price:Free to Try / $19.99 Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| Oracle Information Site allows DBAs to view the most important informations about all configured Oracle databases. Support for Oracle 8i, 9i and 10g (untested) is integrated. OIS gives the DBA many informations like - Instance Configuration parameter - Running processes with detail view - Redo Log and Rollback segment usage - Tablespaces - Overview of all defined DBMS_JOBs - Memory Usage - Basic tuning views - General instance statistics - Very basic schema browser In addition OIS has a small integrated management interface which allows DBAs to have an overview of all DB machines with saveable comments. Finally a basic table exporter is also integrated. To use OIS you'll need PHP4 or newer with OCI8 extension build in, and of course at least one Oracle instance. As OIS reads Oracle's internal tables it require DBA rights to access them, else OIS won't work.
| | Price:free Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| As part of the DataMan series, The Query Manager allows you to construct and test your sql queries. If you a happy with the result, you can store the query for later use. A useful tool to create and manager reports.
| | Price:Free Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| This class owns one method for all query commands whose return is the number of affected or selected rows. This allows to have a quick response on the query success or failure and to use a single method for running queries. $nrecords = $dbLite->queryLite("SELEC T * FROM sometable","some error message"); $nrecords = $dbLite->queryLite("UPDAT E sometable SET field1='$val1' WHERE field2='$val2'"); This class is also very easy to manipulate if you need to add some feature.
| | Price:Free Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| QuickDB is a database abstraction class that helps PHP developers to move from database engine to another with no more need to rewrite their codes. QuickDB will sits between a PHP scripts and PHP Database API. Until now there are 3 drivers for QuickDB, these driver support MySQL, MsSQL and ODBC.
| | Price:Freewae Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| noSQL is a small set (7kb) of SQL-like PHP functions to manage a database in an SQL-like way without a SQL-server. Everything is stored in flat .csv-formatted files, so putting data into noSQL or getting data from noSQL inside a spreadsheet program works immediately. If you are too lazy to setup an SQL-server, or you simply don't have one right now but perhaps later in the future, use noSQL.
| | Price:free Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|