Subject | FirebirdSQL embedded and OLEDB ?? |
---|---|
Author | Miquel Matas |
Post date | 2005-01-30T20:52:04Z |
Hi folks:
I want to ask you if there's possible to work Firebird embedded with a
OLEDB connection. I have already connected with ODBC via DSN but not
with OLE. (I program VBasic )
The connectstrings I use are:
adoConn.ConnectionString = "Provider=MSDASQL.1;User ID=sysdba;Data
Source=employees" 'runs OK
adoConn.ConnectionString =
"Provider=IBOLE.Provider.v4;DataSource=localhost:c:\tmp\vb\employee.gdb"
'fails with Unable to complete network request to localhost
Regards.
Miquel
I want to ask you if there's possible to work Firebird embedded with a
OLEDB connection. I have already connected with ODBC via DSN but not
with OLE. (I program VBasic )
The connectstrings I use are:
adoConn.ConnectionString = "Provider=MSDASQL.1;User ID=sysdba;Data
Source=employees" 'runs OK
adoConn.ConnectionString =
"Provider=IBOLE.Provider.v4;DataSource=localhost:c:\tmp\vb\employee.gdb"
'fails with Unable to complete network request to localhost
Regards.
Miquel