Could anyone point out if there is any advantage by using the OraDataSource and OraProvider components compared to the standard Delphi DataSource and DataSetProvider components? They appear to be quite similar.
I have bought the ODAC NET components, which does not include the component source, so I can not check it out myself.
Best regards
Thomas Vedel
OraDataSource and OraProvider advantages
-
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53
To know the difference beteween TOraDataSource and TDataSource please see
http://crlab.com/forums/viewtopic.php?p=2008#2008
As to TOraProvider, it was implemented to avoid some problems that persist in Delphi 4 and 5. If you use older version of Delphi then there is no difference between TOraProvider and TProvider.
http://crlab.com/forums/viewtopic.php?p=2008#2008
As to TOraProvider, it was implemented to avoid some problems that persist in Delphi 4 and 5. If you use older version of Delphi then there is no difference between TOraProvider and TProvider.
Please forgive that I am not sure I understand your answer correctly.challenger wrote:As to TOraProvider, it was implemented to avoid some problems that persist in Delphi 4 and 5. If you use older version of Delphi then there is no difference between TOraProvider and TProvider.
Does this mean that the recommended provider component in multitier applications is TDataSetProvider? (I think that TProvider is not included in recent versions of the VCL).
I am using Delphi 7 and 2006.
Best regards,
Thomas
-
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53