From: Jorge A. B. <li...@da...> - 2011-04-12 12:08:27
|
ODBC driver 2.0 is still compatible with Interbase? or should better be renamed to "Firebird ODBC driver"? Regards! -- 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: jbr...@da... Website: www.dasu.com.ar |
From: Alexander P. <ale...@gm...> - 2011-04-12 12:51:49
|
On 12.04.2011 15:54, Jorge Andrés Brugger wrote: > ODBC driver 2.0 is still compatible with Interbase? or should better be > renamed to "Firebird ODBC driver"? > > Regards! > I think that ODBC driver 2.0 is compatible with Interbase, but I didn't test the driver with IB. The Firebird/InterBase(r) driver is the historical name and I think that many application can use the such connection string: strConn = "driver={Firebird/InterBase(r) driver}; Database=; UID=SYSDBA;PWD=masterkey" Therefore I think that to rename the driver is the bad idea as yet. Regards, Alexander -- Alexander Potapchenko Lead developer LASP technology, http://www.lasptech.ru |
From: Kjell R. <kje...@da...> - 2011-04-12 13:03:57
|
Den 2011-04-12 14:52 skrev Alexander Potapchenko såhär: > I think that ODBC driver 2.0 is compatible with Interbase, but I didn't > test the driver with IB. > The Firebird/InterBase(r) driver is the historical name and I think that > many application can use the such connection string: > strConn = "driver={Firebird/InterBase(r) driver}; Database=; > UID=SYSDBA;PWD=masterkey" > Therefore I think that to rename the driver is the bad idea as yet. While I sympathise with efforts for backwards compatibility, I find this very odd. If the driver is not being actively maintained for Interbase support and is not tested with IB, I think it is desinformation with such a name. I'd recommend a feature freeze for the driver with the old name and use a FB only name for all future versions. Kjell -- -------------------------------------- Kjell Rilbe DataDIA AB E-post: kj...@da... Telefon: 08-761 06 55 Mobil: 0733-44 24 64 |
From: Jorge A. B. <jor...@gm...> - 2011-04-15 15:31:49
|
Agreed. 2011/4/12 Kjell Rilbe <kje...@da...> > Den 2011-04-12 14:52 skrev Alexander Potapchenko såhär: > > I think that ODBC driver 2.0 is compatible with Interbase, but I didn't > > test the driver with IB. > > The Firebird/InterBase(r) driver is the historical name and I think that > > many application can use the such connection string: > > strConn = "driver={Firebird/InterBase(r) driver}; Database=; > > UID=SYSDBA;PWD=masterkey" > > Therefore I think that to rename the driver is the bad idea as yet. > > While I sympathise with efforts for backwards compatibility, I find this > very odd. If the driver is not being actively maintained for Interbase > support and is not tested with IB, I think it is desinformation with > such a name. > > I'd recommend a feature freeze for the driver with the old name and use > a FB only name for all future versions. > > Kjell > -- > -------------------------------------- > Kjell Rilbe > DataDIA AB > E-post: kj...@da... > Telefon: 08-761 06 55 > Mobil: 0733-44 24 64 > > > > ------------------------------------------------------------------------------ > Forrester Wave Report - Recovery time is now measured in hours and minutes > not days. Key insights are discussed in the 2010 Forrester Wave Report as > part of an in-depth evaluation of disaster recovery service providers. > Forrester found the best-in-class provider in terms of services and vision. > Read this report now! http://p.sf.net/sfu/ibm-webcastpromo > _______________________________________________ > Firebird-odbc-devel mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel > |
From: Alexander P. <ale...@gm...> - 2011-04-12 13:13:06
|
On 12.04.2011 17:03, Kjell Rilbe wrote: > I'd recommend a feature freeze for the driver with the old name and use > a FB only name for all future versions. > > Kjell It is possible in new version 2.1... but this version will be not in the near future. -- Alexander Potapchenko Lead developer LASP technology, http://www.lasptech.ru |
From: Jorge A. B. <li...@da...> - 2013-05-28 18:37:39
|
El 12/04/2011 09:52 a.m., Alexander Potapchenko escribió: > On 12.04.2011 15:54, Jorge Andrés Brugger wrote: >> ODBC driver 2.0 is still compatible with Interbase? or should better be >> renamed to "Firebird ODBC driver"? >> >> Regards! >> > I think that ODBC driver 2.0 is compatible with Interbase, but I didn't > test the driver with IB. > The Firebird/InterBase(r) driver is the historical name and I think that > many application can use the such connection string: > strConn = "driver={Firebird/InterBase(r) driver}; Database=; > UID=SYSDBA;PWD=masterkey" > Therefore I think that to rename the driver is the bad idea as yet. > > Regards, > Alexander Today I've faced a new problem: I´ve documented a connection string to a wiki, and "Driver=Firebird/InterBase(r) driver" gets transformed to "Driver=Firebird/InterBase® driver". I´ve copied such string to my app config, and took me several minutes until I´ve found the problem. I´ve checked the other odbc driver names I have on my PC, and none includes "special chars". Another reason to change the name ... :) It's fine if I create a suggestion on the tracker? Regards! -- 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: jbr...@da... Website: www.dasu.com.ar |
From: Alexander P. <ale...@gm...> - 2013-05-28 20:07:49
|
Jorge, Of course I will rename the driver name to "Firebird ODBC driver" in new versions, it is more correctly because the driver does not support last versions of Interbase entirely. BTW, there are freeware Embarcadero InterBase ODBC Driver - http://cc.embarcadero.com/item/28975, it is based on Firebird ODBC driver. On 28.05.2013 22:09, Jorge Andrés Brugger wrote: > > Today I've faced a new problem: I´ve documented a connection string to a > wiki, and "Driver=Firebird/InterBase(r) driver" gets transformed to > "Driver=Firebird/InterBase® driver". I´ve copied such string to my app > config, and took me several minutes until I´ve found the problem. I´ve > checked the other odbc driver names I have on my PC, and none includes > "special chars". Another reason to change the name ... :) > It's fine if I create a suggestion on the tracker? > > Regards! > -- Alexander Potapchenko Team leader LASP Technologies, http://www.lasptech.ru |
From: Jorge A. B. <li...@da...> - 2013-05-29 19:31:01
|
Thanks Alexander! Firebird and Fireboird ODBC are moving in the right direction. Regards. El 28/05/2013 05:07 p.m., Alexander Potapchenko escribió: > Jorge, > > Of course I will rename the driver name to "Firebird ODBC driver" in new > versions, it is more correctly because the driver does not support last > versions of Interbase entirely. > BTW, there are freeware Embarcadero InterBase ODBC Driver - > http://cc.embarcadero.com/item/28975, it is based on Firebird ODBC driver. > > On 28.05.2013 22:09, Jorge Andrés Brugger wrote: >> Today I've faced a new problem: I´ve documented a connection string to a >> wiki, and "Driver=Firebird/InterBase(r) driver" gets transformed to >> "Driver=Firebird/InterBase® driver". I´ve copied such string to my app >> config, and took me several minutes until I´ve found the problem. I´ve >> checked the other odbc driver names I have on my PC, and none includes >> "special chars". Another reason to change the name ... :) >> It's fine if I create a suggestion on the tracker? >> >> Regards! >> > -- 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: jbr...@da... Website: www.dasu.com.ar |
From: Jorge A. B. <jor...@gm...> - 2011-04-14 18:20:46
|
Alexander, there is some kind of roadmap or concrete ideas about future development of odbc driver? Regards 2011/4/12 Alexander Potapchenko <ale...@gm...> > On 12.04.2011 17:03, Kjell Rilbe wrote: > > > I'd recommend a feature freeze for the driver with the old name and use > > a FB only name for all future versions. > > > > Kjell > It is possible in new version 2.1... but this version will be not in the > near future. > > -- > Alexander Potapchenko > Lead developer > LASP technology, http://www.lasptech.ru > > > ------------------------------------------------------------------------------ > Forrester Wave Report - Recovery time is now measured in hours and minutes > not days. Key insights are discussed in the 2010 Forrester Wave Report as > part of an in-depth evaluation of disaster recovery service providers. > Forrester found the best-in-class provider in terms of services and vision. > Read this report now! http://p.sf.net/sfu/ibm-webcastpromo > _______________________________________________ > Firebird-odbc-devel mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel > |
From: Alexander P. <ale...@gm...> - 2011-04-14 18:26:53
|
On 14.04.2011 22:20, Jorge Andres Brugger wrote: > Alexander, there is some kind of roadmap or concrete ideas about > future development of odbc driver? Bugs fixing in 2.0.1. The is no roadmap for 2.1 now. -- Alexander Potapchenko Lead developer LASP technology, http://www.lasptech.ru |