View Single Post
  #4 (permalink)  
Old 07-22-10, 06:11
tesuji tesuji is offline
Registered User
 
Join Date: May 2008
Location: Bavaria
Posts: 3
What also works on almost every database is Delphi 5 ADO (ADOConnection, ADOTable etc) toghether with an ODBC data source. I have D5 aps running that way on Oracle, Sybase, MS, Firebird DBs.


just to mention, I have downgraded from Delphi 7 to Delphi 5.

Last edited by tesuji; 07-22-10 at 06:14.
Reply With Quote