Skip to main content
Participant
August 26, 2008
Question

DELETE server beahvior not working

  • August 26, 2008
  • 1 reply
  • 213 views
I am using dreamweaver 8 and working thru some great online tutorials for developing dynamic content. I have selected, added, and edited records with them no problem. But I cannot get the delete function to work.

I am using

Dreamweaver 8
Connceted to MySQL database with ODBC
and .asp

When I try to use the delete record server behavior it dosent seem to work at all.

I will be glad to post code or anything else anyone nice enough to care to try to help me might need to diagnose the problem.

I have spent 3 solid days searching the net for answers and am pullin my hair out. So any help at all would be very much appreciated.

P.S. I added the section of code that highlights when I click on Delete User under the server behaviors.
This topic has been closed for replies.

1 reply

Inspiring
August 27, 2008
The delete function works fine with asp and mssql. I have not tried it
with mysql. First question is: can you manually delete a record in
your mysql database. Second, what error message do you receive?