Delete tuple in Pro*C C
From: Chung Hoi Shan <cs_henry_at_ug.cs.ust.hk>
Date: 1995/03/30
Message-ID: <1995Mar30.150330.2921_at_uxmail.ust.hk>#1/1
Date: 1995/03/30
Message-ID: <1995Mar30.150330.2921_at_uxmail.ust.hk>#1/1
Hi,
In Pro*C, why my program does not stop when I intend to
delete an existing tuple from an existing table such as follows:
EXEC SQL DELETE FROM table WHERE name = :input_name;
Thanks in advance.
