exact syntax for embedded delete
From: John Burns <jburn_at_ctp.com>
Date: 1995/10/26
Message-ID: <46p19n$p4h_at_inn>#1/1
Date: 1995/10/26
Message-ID: <46p19n$p4h_at_inn>#1/1
Hi,
I'm looking for the exact syntax for an embedded C delete command.
I've been trying:
EXEC SQL DELETE FROM status_table WHERE (file_name LIKE :fn AND Status = :code);
but this doesn't seem to work.
Thanks
John Received on Thu Oct 26 1995 - 00:00:00 CET