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

Delete a record from SQL server by Net55

Net55
Fri Apr 30 13:29:31 CDT 2004

I have found this is usually mis-matched fields, required
fieds or no defualts are set.

Net55
net55@frontpagewiz.com
http://www.frontpagewiz.com

>-----Original Message-----
>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
>
>
>
>
>
>
>.
>

Re: Delete a record from SQL server by Armando

Armando
Fri Apr 30 19:43:07 CDT 2004

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?




"Net55" <net55@frontpagewiz.com> wrote in message
news:6bd201c42ee1$145bb410$a301280a@phx.gbl...
> I have found this is usually mis-matched fields, required
> fieds or no defualts are set.
>
> Net55
> net55@frontpagewiz.com
> http://www.frontpagewiz.com
>
> >-----Original Message-----
> >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
> >
> >
> >
> >
> >
> >
> >.
> >