Subject Re: [firebird-support] Re: Firebird ADO
Author Helen Borrie
At 10:32 PM 13/03/2005 +0000, Robert Gilland wrote:


>I can't see anything on this page about ADO,
>unless ADO is the same as ODBC or OLEDB,
>( Why doesnt anyone use long names anymore )

ADO is a set of database access standards invented by Microsoft. To all
intents and purposes, it is the old OLEDB in new clothes. ODBC is another
set of db interface standards. JDBC is another.

People write drivers - interfaces between the Firebird API and various
Microsoft and third-party client development tools - for various
environments that support the ADO standards. For example, the Firebird
.NET providers support the implementation of ADO on .NET and Mono and (I
think) PNet. There are some third-party ADO/OLEDB providers available for
Firebird - see
http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_int_comps

We don't support interface components in this list - this one is database
support. Many of the ADO/OLEDB components/drivers have their own support
lists that can help you or point you where you need to go for help.

./hb