From: <gmi...@gm...> - 2016-11-08 10:36:05
|
Hi everybody, I use firebird odbc (last version) and try to connect by MsAccess 2016 My database is on a network shared folder, but i can't connect to it by \\IP\shared\database\file.FDB I have got a Message : ERROR : Connection failed : unable to complete network request, failed to etablish a connection do you have a idea for this problem ? Regards gmisk |
From: Dimitry S. <sd...@ib...> - 2016-11-08 10:46:45
|
08.11.2016 11:35, gmi...@gm... wrote: > do you have a idea for this problem ? Yes: you must have Firbird server running on the host where database is. -- WBR, SD. |
From: <gmi...@gm...> - 2016-11-08 11:16:29
|
Hi thanks you for your response. Firebird server is running on the same host where database is. (IP : 192.168.1.1) but MSAccess client who want to make a odbc link are in the network (IP : 192.168.1.5) >From (IP : 192.168.1.5) in MsAccess i try to make a link connection by odbc driver but without success. the path are correct and the database is present I don't understand -----Message d'origine----- De : Dimitry Sibiryakov [mailto:sd...@ib...] Envoyé : mardi 8 novembre 2016 11:47 À : fir...@li... Objet : Re: [Firebird-odbc-devel] Access odbc firebird 08.11.2016 11:35, gmi...@gm... wrote: > do you have a idea for this problem ? Yes: you must have Firbird server running on the host where database is. -- WBR, SD. ---------------------------------------------------------------------------- -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ Firebird-odbc-devel mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel |
From: Dimitry S. <sd...@ib...> - 2016-11-08 11:39:16
|
08.11.2016 12:16, gmi...@gm... wrote: > the path are correct and the database is present > I don't understand Something may block named pipes. Try to use TCP/IP connection string. -- WBR, SD. |
From: <gmi...@gm...> - 2016-11-08 11:41:59
|
I have installed firebird in local machine but the FDB file is on network shared folder Strange...... -----Message d'origine----- De : Dimitry Sibiryakov [mailto:sd...@ib...] Envoyé : mardi 8 novembre 2016 11:47 À : fir...@li... Objet : Re: [Firebird-odbc-devel] Access odbc firebird 08.11.2016 11:35, gmi...@gm... wrote: > do you have a idea for this problem ? Yes: you must have Firbird server running on the host where database is. -- WBR, SD. ---------------------------------------------------------------------------- -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ Firebird-odbc-devel mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel |
From: Dimitry S. <sd...@ib...> - 2016-11-08 11:46:34
|
08.11.2016 12:41, gmi...@gm... wrote: > I have installed firebird in local machine but the FDB file is on network > shared folder Firebird cannot work with databases on network folders. -- WBR, SD. |
From: <gmi...@gm...> - 2016-11-08 11:50:09
|
? tcip/IP string ? what do you mean ? it like \\192.168.1.1\sharedfolder\data\file.FDB ? -----Message d'origine----- De : Dimitry Sibiryakov [mailto:sd...@ib...] Envoyé : mardi 8 novembre 2016 12:39 À : fir...@li... Objet : Re: [Firebird-odbc-devel] Access odbc firebird 08.11.2016 12:16, gmi...@gm... wrote: > the path are correct and the database is present > I don't understand Something may block named pipes. Try to use TCP/IP connection string. -- WBR, SD. ---------------------------------------------------------------------------- -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ Firebird-odbc-devel mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel |
From: Dimitry S. <sd...@ib...> - 2016-11-08 11:55:06
|
08.11.2016 12:50, gmi...@gm... wrote: > ? tcip/IP string ? what do you mean ? > it like \\192.168.1.1\sharedfolder\data\file.FDB ? It like is written in Firebird Quick Start Guide and Language Reference. -- WBR, SD. |