Update failed. Found 0 records.
Posted: Sun 22 May 2005 06:57
Hello
I would like to update only certain records in a table, I added a condition to my update statement, it's look like
UPDATE MyTable
SET
ST_NO = :ST_NO,
ST_NAME = :ST_NAME,
ST_NOTES = :ST_NOTES
WHERE
ST_NO = :OLD_ST_NO
It's work fine, if I add another condiditon to where clause like
And Posted = 0
I got this error
"Update failed. Found 0 records."
I use Data Aware controls
Thanks in advance
I would like to update only certain records in a table, I added a condition to my update statement, it's look like
UPDATE MyTable
SET
ST_NO = :ST_NO,
ST_NAME = :ST_NAME,
ST_NOTES = :ST_NOTES
WHERE
ST_NO = :OLD_ST_NO
It's work fine, if I add another condiditon to where clause like
And Posted = 0
I got this error
"Update failed. Found 0 records."
I use Data Aware controls
Thanks in advance