Subject | BDE to IBObjects conversion |
---|---|
Author | stanw1950 |
Post date | 2001-12-26T22:56:49Z |
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.
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.