Subject Re: [firebird-support] FirebirdSQL embedded and OLEDB ??
Author Magnus Titho
Miquel Matas schrieb am 31.01.2005 07:52:
>
> adoConn.ConnectionString =
> "Provider=IBOLE.Provider.v4;DataSource=localhost:c:\tmp\vb\employee.gdb"
> 'fails with Unable to complete network request to localhost

"localhost" doesn't work with the embedded server. Try
"Provider=IBOLE.Provider.v4;DataSource=c:\tmp\vb\employee.gdb"


Magnus