Subject | Re: [IBO] How to delete a single record using DeleteSQL |
---|---|
Author | Jason Wharton |
Post date | 2000-12-12T21:15:26Z |
> What is the syntax of the SQL needed to delete a single record viaNo, you need to use actual values that will uniquely identify the record.
> DeleteSQL? Do you have to set up a cursor and use WHERE CURRENT OF?
WHERE MYCOL = :OLD_MYCOL
If MYCOL is a primary key then this will do it.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com