myLittleAdmin MS Access version is THE web-based MS Access Database administration tool. myLittleAdmin is script based and does not need installation of any component or DLL. myLittleAdmin is provided in source code format (ASP/VBScript/SQL Server). Live demo available on its website.
The Compsys IntrSQL product is a component that allows SQL Statements to be run against almost any database over the Internet. The SQL Statement (along with DSN, Username and Password) are entered via any standard HTML (or ASP) page and the results are returned as standard HTML. The look and feel of the resulting HTML can be formatted by the user (via IntrSQL parameters) to suit most web styles and layouts. Most SQL statements are supported including Select, Insert, Update, Delete, Create, Drop etc. In addition IntrSQL also supports Describe (to detail the Table Attributes) for SQL Server, Access and Oracle databases. To run IntrSQL you require the database to have a valid Data Source Name (DSN) or connection string and the appropriate User permissions.
ActiveCodeWizard.com's ASP DBA enables you to browse, search and edit any MS Access or MS SQL Server database on the web. The same modular code libraries are used to produce full featured and fully customizable Active Server Pages with the online Code Wizard. Free demo of the ASP DBA is available for download from its homepage.
PageMaster is an integrated component that gives the developer full control over database queries, connections and output styles but makes cumbersome tasks like page linking and bookmarking a breeze. Allows users to easily page through database records.
SQLmap is a small application valuable for those who is responsible for building or maintaining a web site and SQL Server database. This application helps to access all servers and then access all databases stored in each server. Then with the interface provided you can view tables, records in each table through browser from any computer, You can even write SQL query to retrieve data from table that meet the criteria specified.
This code wizard can generate code for any select statement. It generates code from the database connection to retrieving the values of your fields in variables. Can generate code for any number of fields.
Use your databases over the web, modify both data and structure, pure ASP, no components.Supports Access, SQL Server and ODBC. New in 0.8: Compilation of cool contributions, TDC for IE, export to Excel and XML, web enabled configurations.
Inputting data into an Access or SQL server database is very easy in .asp. This script will take input for two text fields (First and Last name) and write them to an Access db. A second script will allow you to view all of the inputs into the Access to date.