|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Need help to build a database in ASP |
From: |
Giovanni Zomer |
Date: |
7/18/2000 1:00:07 AM |
IP: |
213.213.48.98 |
this is a long story, too long for this forum to explain it; you have to do following steps:
- create a new db i.e. in Access with the table and the fields you need
- create the edit forms for the fields (input type text ... and so on)
- create the asp which will do the create new records (using addnew or update-sql)
- create the asp which will lookup the table for the searched record and store it in the input-fields
- create the asp which will delete the record (using db.execute delete)
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|