
0
Detect ExecSQL/TDataSet.Open erroneus pair
Would it be nice to detect these cases?
ADOQuery1.ExecSQL;
ADOQuery1.Open;
...
ADOStoredProc1.ExecProc;
ADOStoredProc1.Open;
i.e. Exec* and Open are doing the same thing and first Exec* is just unnecessary.
Customer support service by UserEcho