|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: DELETE RECORD FROM DATABASE (FP2000) |
From: |
Giovanni Zomer |
Date: |
5/11/2000 5:54:51 AM |
IP: |
213.192.36.104 |
- open a db connection (i.e. myConn)
- do the execute command, i.e.
myConn.Execute ("Delete from myTable where ID=300"
where myTable is your tablename, and 300 is the recordID of the record you want to delete
|
Previous Message
Follow Up - Re: DELETE RECORD FROM DATABASE (FP2000) - JeRm West 5/11/2000 1:05:29 PM
|
|
|
|
|
|
|
|
|
|
|
|