READ-ME (LEIA-ME)
READ ME (AV Translate Service) I'm sorry! :-)))
When I began to learn ASP - Active Serves Pages, the largest difficulty went have a tutorial in Portuguese with the basic options of access to database (in the DB case ACCESS 95):
. To find, (CONSULTA)
. To add,  (ADICIONAR)
. To update, (ALTERAR)
. To delete, (APAGAR)
. To list (LISTAR)
What is ASP?
ASP, Active Server Pages, facilitates among other things, reading and alteration of registrations in database.
Does Who remember IDC and HTX?
ASP is IDC+HTX+VBScript. VBScript, script language that rotates in Server Web, comes back to the CLIENT (Browser) codes HTML.
It is executable in compatible Servers Web with ASP. For example: PWS 98 (Personal Web Server 98) and IIS 4.0 (Internet Information Server 4.0).
I have A LOT to learn, but I want to share with you that I learned already, disponibilizando some basic information on as: To Find, to Add, to Update, to Delete and to List fields of the Alphanumeric type, Numeric Memorandum, and it Dates (the most usual), in a DB/Tables ACCESS 95:
We are going there:
To LIST
Firstly click in the button ' Listar'. It will be exhibited on the right side the content of the database that you will use of here forward:
Explanation on the left Menu:
HOME
Initial page.
Access to the Book of Visits and Opinions.
READ ME
This text.
To Find (CONSULTAR)
It will present in the place of that text a form that will allow you to find the database. To get right in the consultation it fills the fields of the form with the data of one of the registrations that were striped starting from the click in
'Listar'.
To ADD (ADICIONAR)
It will allow to add information in the database. To verify the data that you typed in the database, click again in the button ' Listar' to give a ' to Listar Novamente' (Refresh) in the data presented previously. Seek the last registration because it is ordered by RECNUM.
To UPDATE (ALTERAR)
Select the registration that wants ' Alterar' and proceed the alteration. See the result with a click in ' Listar'.
To DELETE (APAGAR)
Select the registration that wants ' Apagar'  and proceed the deletions. See the result with a click in ' Listar'.
To LIST (LISTAR)
To list á right the content of the database. Whenever 'Adicionar',  'Alterar' or ' Apagar' and  wants to see the result in the database, click ' Listar' that the information to the side will be up-to-date (' to Listar Novamente').
ATTENTION
In all the files .ASP the condition: ' * * *Declarando Conexões with database * * *, gives him through the path:  DB.Open " DBQ=D:\Inetpub\wwwroot\asp\ db_folder\db_file.mdb;Driver={Microsoft Access Driver (* .mdb)}"; it is Certified that the path in its Server Web is compatible, or else makes the due adaptations of the paths in the files ASP.