Use the odbc driver installer 
(http://www.firebirdsql.org/en/odbc-driver/) on the other machine. Also 
remove the client part from the connection string.

El 29/11/2012 01:45 p.m., Maury Markowitz escribió:
> I have an extensive set of reporting tools in Excel that run against the 
> Firebird database in Fishbowl Inventory using a DSN-less ODBC connection 
> string. The string is...
>
> Const cnn = "ODBC;Driver={Firebird/InterBase(r) 
> driver};Client=E:\Fishbowl\odbc\fbclient32.dll;Datasource=192.168.3.200;Database=E:\Fishbowl\database\data\AS
>  SOLAR.FDB;UID=gone;PWD=fishing;"
>
> As you can see, the server has been installed on the E drive, and this sheet 
> works great on that machine.
>
> However, when I move to other machines in the office, I get generic errors - 
> a problem in VBA's reporting of ODBC problems.
>
> So first question... can I point to a client DLL on another machine?
>
> Assuming I could not, I changed the Client= to the path to the DLL on the 
> local machine, but that didn't help.
>
> Any suggestions on how to test this? VBA basically hides all real information 
> in these cases and simply returns "1004"
> ------------------------------------------------------------------------------
> Keep yourself connected to Go Parallel:
> VERIFY Test and improve your parallel project with help from experts
> and peers. http://goparallel.sourceforge.net
> _______________________________________________
> Firebird-odbc-devel mailing list
> Firebird-odbc-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel
>
>

-- 
Jorge Andrés Brugger
Informática
DASU - Obra Social del Personal de la Universidad Nacional de la Patagonia
Comodoro Rivadavia, Chubut, Argentina
Teléfono (0297) 446-4444 int. 103
Correo electrónico: jbrug...@dasu.com.ar
Website: www.dasu.com.ar



------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
VERIFY Test and improve your parallel project with help from experts 
and peers. http://goparallel.sourceforge.net
_______________________________________________
Firebird-odbc-devel mailing list
Firebird-odbc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel

Reply via email to