Subject | RE: [firebird-support] Conflict with application using fbembed |
---|---|
Author | Leyne, Sean |
Post date | 2011-12-03T19:59:15Z |
Robert,
There are several changes between the versions in how some SQL statements are handled that makes "blindly" change the engine/dll without expecting some code changes in the v1.5 application very difficult (if you were successful, it would be a fluke).
Rather than try to have the existing app use v2.1, why don't you have your application use v1.5? Replace the v1.5 embedded with a full v1.5 install and off you go.
Sean
> i'm writing new app using a database created by another programm (let's callAlthough v2.1 will access a v1.5 database without issue.
> it AT). I'd like both apps (mine and AT) were able to run together on a local
> machine. In my app i use superserver and FB 2.1 but the AT uses fbembed.dll
> (embedded Firebird)(ver 1.5.5.4926).
> My question is: The version of dll is probably from the FB 1.5. Can i simply
> change fbembed.dll from version 2.1 or should i use fbembed in my app too?
There are several changes between the versions in how some SQL statements are handled that makes "blindly" change the engine/dll without expecting some code changes in the v1.5 application very difficult (if you were successful, it would be a fluke).
Rather than try to have the existing app use v2.1, why don't you have your application use v1.5? Replace the v1.5 embedded with a full v1.5 install and off you go.
Sean