Informix に対して次の db コマンドを実行しようとしています。
delete from table1
where u_id in (select u_id
from table2
where c_id in (select c_id
from ptable
where name = 'Smith'
and dob = '29-08-1946'));
これを文字列として MS Data Application ブロックの db.ExecuteNonQuery メソッドに渡すと、上記のエラーが発生しますか?