Subject Re: [firebird-support] Calling Firebird from Excel?
Author Michael Ludwig
Maury Markowitz schrieb am 01.05.2012 um 09:33 (-0400):
> Does anyone have some sample VBA of calling Firebird via ADODB from
> Excel, or Office in general? I'm sure I can get up to speed quickly,
> but that first step...

I've never done VBA, only VBS - but I think ADO via VBA would require
a COM component for the Firebird client. As far as I know, there is no
such beast. Wait, looks like there is an OLE DB provider based on COM,
and maybe it has what you want; not free, though; take a look:

http://www.ibprovider.com/eng/documentation/firebird_interbase_odbc_drivers.html

Michael