Delete a record from SQL server

A

Armando Méndez

Im triying to delete a record from a Microsoft SQL database, im following
instructions from an article published in Microsoft Knowledge base 240200,
but when I try to delete the record I get the following error message:

Databse results Wizard Error
The operation failed. If this continues, please contact your server
administrator.

I do have properly installed the Frontpage server extensions 2002
 
A

Armando Méndez

Dont think so, this is the SQL sentence Im using

DELETE FROM INT_Test
WHERE [Id]= '::Id::'

Im using just one field in the query and Im sure is the same name and type
on the database.

What else could be?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top