How do I connect to a Firebird database with VB? Please assume that I have no ODBC background.
How do I connect to a Firebird database with VB? Please assume that I have no ODBC background.
Download the freeware OLE DB drivers for Firebird here: http://www.zstyle.dp.ua/eng/iboledb_prod.htm
Then connect to Firebird like you do with any other OLE DB provider (i.e. create an ADODB connection, then a recordset).
Similar Threads |
|