|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
GRRRRR! Doesnt delete!!!! |
From: |
enrico dini |
Date: |
5/30/2001 1:10:53 PM |
IP: |
195.110.103.110 |
I am having some problem with ADO.
I'd like to delete records in my db by suitable SQL commands. A Microsoft article reports the following method (Frontpage):
create delete.asp => insert database area results in the new DELETE.asp page and write this SQL code:
DELETE from Employees
WHERE FirstName='::FirstName::'
AND LastName='::LastName::'
So I used Frontpage 98 to create a new html page with a form => open form properties and set OPTIONS in this way: ACTION: DELETE.ASP => save the html page.
It seems ok, end I enter first and last name of the user I wish to delete. But the asp page result is: "no record found". But the user is actually present in the database and there are no syntax errors. The ODBC driver is properly set. Do you know if Frontpage 98 has a bug that cause my headaches?
Someone know how to do?
|
|
|
|
|
|
|
|
|
|
|
|
|