|
|
|
|
|
| | |
|
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: inserting/deleting from Access db? |
From: |
Mike |
Date: |
4/11/2000 2:10:07 PM |
IP: |
159.75.32.249 |
If you have a SQL statement to query to one record
a simple
TableRS.delete
To delete this from the database
For new or updates
TableRS("plus") = Request.Form("Plus")
Have the new variable from Request.Form("Plus") = the database field TableRS("plus")
Where TableRS is the connection string and plus is the name of the field.
Then foloow with
TableRS.Update
This will update that record set, you can update 1 or all fields in a record set. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|