|
Error handling in ASP leaves a lot to be desired, however, there are still ways to implement error handling in your pages. This example checks for errors after the Open and Execute ADO methods.
|
|
ASP and stored procedure introduction tutorial on how to create a stored procedure and how to access that stored procedure from your ASP page.
|
|
This is a small web based database administration code using ASP.NET and access database. Includes login security, control panel, ability to add, edit and delete records.
|
|
ASP Text Database is a simple example of how a delimeter seperated text file can be used to store a small 'database' of values which can be searched through using a standard html web form.
|
|
Store and read SQL image/binary data using functions in this article. You can store local or remote files in an sql table along with a description and other fields. HexString (BinaryToHex) conversion function.
|
|
Two ways to compact (compress) MDB database directly from the ASP/VBS using DAO 3.5 or JRO (MDAC 2.1).
|
|
This will find the duplicate records in database and delete the duplicate records and keep the uniqe one. For eg. if there is three dupicates then it will remove two records from your database and keep 1. Please make a copy of your table first.
|
|
The MyAccess online database editor is a ASP-VBScript web application that runs on Microsofts IIS Application server. The current release and includes functionality to create/modify/delete MS Access databases, tables, views, keys, indexes, and content
|