ExecuteSQL()で空白を検索

空白フィールドを検索するにはwhere句に

field is null

とする。
次のいづれもNGである。

where field = "", ("... where field = ? " ; "" ; "" ; "")