from bde to dbexpress - replacing queries in forms


2003-07-01 03:12:55 AM
off-topic13
Dear all,
I wrote several applications using bcb 3 & 4 enterprise, oracle 8.0.4,
and bde of course.
Now I migrated to bcb 6 and will migrate to oracle v9.
I read that the recommended solution would be to use dbExpress
components. All my forms are using queries referring a name specified in
the related TDatabase.
My forms use a TQuery and should use a TSQLQuery. I have more than 100
forms, as dfm files (binary from bcb4).
I would like to know if there is a tool which could help me replacing
all TQuery's objects by TSQLQuery objects, instead of taking each form
individually, creating TSQLQuery objects, copying SQL code from TQuery,
deleting TQuery and renaming the TSQLQuery component, and then changing
every TDataSource on the form? (The R from RAD means Rapid, I think)
Thanks for your help,
Alain Bourgeois
XXXX@XXXXX.COM