Board index » delphi » BDE SQLinks vs. ADO
Avy
![]() Delphi Developer |
Tue, 17 Jun 2003 01:33:12 GMT
BDE SQLinks vs. ADO
I have a two tier application which is currently under development, example: else (.Value?) Parameters?
[ Attached Message ]
using Oracle8 as the database. Currently, I'm using BDE. Should I switch to ADO? (pro/cons)? Is there any easy way of doing this? It looks like borland worked hard to make the switch harder for us. For example: Commit (in TDatabase) vs. CommitTrans (in ADOConection) ADOConnections are not visible across forns unless you use the defining form (unlike TDAtabase, which are global) You have to change all Query.FieldByName('mmm').AsInteger to something else (.Value?) Parameters? Any more caviates? Why are the changes? thanks avy |