Narendran <[EMAIL PROTECTED]> was heard to say:

>  i am deleting ,it does delete. but i am trying to delete again, no error
> code is returned,

See http://www.sqlite.org/lang_delete.html:

"If a WHERE clause is supplied, then only those rows that match the expression
are removed."

If no rows match the where clause, no rows will be deleted. This is not an error
but the expected behaviour.

regards,
Markus


-- 
Markus Hoenicka
[EMAIL PROTECTED]
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to