Post by KarenI am starting with a new project. I always used the bde. But are thinking of using DbExpress. How stable is DbExpress in D7 with Oracle10G? And which drivers do you suggest to use? Also I read dbExpress in unidirectional? How do I work around that?
Based in my experience, I would advice you not even try it, unless you
have lot of free time that you want to loose. I would use BDE or wait to
D2008 to see if they have solved the worst bugs or use a different
driver, not Codegear's.
To solve the problem of unidirectional datasets you have to insert
DataSetProviders and ClientDataSets between the querys and the dbgrids.
You can do that also with BDE. In my case I began doing those changes in
BDE to make the transition smoother. If you search in Codegear's webpage
I think you can find articles that explain how to do it.