Subject BDE to IBObjects conversion
Author stanw1950
I have a lot of queries in my BDE application that do updating. After
converting to IBObjects with greplace, the tquerys are converted to
tiboquerys. When I run them, I get "dynamic sql error - expression
not supported". For example, one query has "delete from tablename
where recorddate < 'today'-3", and the code has an execsql. This
doesn't work with ibo. I am totally new to ibo and can't seem to find
the answer in the help files. Thanks.