Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread DBISAM V4 an V3 together
Fri, Sep 26 2008 3:21 AMPermanent Link

"Al Vas"
Hi,

Is it possible to have DBISAM 4 and DBISAM 3 in the same delphi environment.
If so great, if not how do others handle having to switch back between 3 and
4 for different applications?  Currently using D5.

Thanks

Alex
Fri, Sep 26 2008 5:29 AMPermanent Link

Rolf Frei

eicom GmbH

It is not possible to use both version for the same application, but you can
load the desried DBISAM Packages on load of the Project.

I have installed DBISAM 2,3,4 all together in Delphi. If I load a Project
who is using DBISAM 3 it loads automaticly the correct V3 Packages and
unloads the other two versions. How can I do this? See the below message
from some time ago:

1. Install both Packages into Delphi but don't activate it. You will get an
error on starting delphi or loading one of your projects the first time.
Cancel all error boxes!!!

2. Then if the project is loaded you can open the project options dialog and
disable/enable the desired DBISAM package for this project. The next time
you load this project the packages are automaticly loaded/unloaded. So if
you load a DBISAM 2 project the DBISAM 2 package gets loaded and the DBISAM
3 gets unloaded.

3. In addition you must set the DBISAM library path to yout Project
searchpath for old DBISAM 2 projects. I have placed the DBISAM3 Lib in the
environement search path and for any old DBISAM 2 projects I have added the
DBISAM 2 lib path to the project options. This must only be done one time.

From now on you can just simply load any DBISAM 2 or DBISAM 3 project with
no errors and nothing more to do.

This way it works very well as long we do not install a new version of
DBISAM, as they change the package name for every version. FrownIf that's
happens you must again set the used packages of your projects, as new added
Packages are active as default and so you must for every DBISAM project
again deactivate the new DBISAM package.

I'm working this way since V3 came out whithout any problems.

Regards
Rolf


"Al Vas" <noreply@noreply.com> schrieb im Newsbeitrag
news:256FAB31-2947-4F89-A2E1-B6606FB2A129@news.elevatesoft.com...
> Hi,
>
> Is it possible to have DBISAM 4 and DBISAM 3 in the same delphi
> environment. If so great, if not how do others handle having to switch
> back between 3 and 4 for different applications?  Currently using D5.
>
> Thanks
>
> Alex

Fri, Sep 26 2008 6:34 AMPermanent Link

"Al Vas"
Thanks Rolf for the detailed reply, Ill try it out.

"Rolf Frei" <rolf@eicom.ch> wrote in message
news:3F9522FA-68DB-4B68-87F1-AAC5C7AD5C74@news.elevatesoft.com...
> It is not possible to use both version for the same application, but you
> can load the desried DBISAM Packages on load of the Project.
>
> I have installed DBISAM 2,3,4 all together in Delphi. If I load a Project
> who is using DBISAM 3 it loads automaticly the correct V3 Packages and
> unloads the other two versions. How can I do this? See the below message
> from some time ago:
>
> 1. Install both Packages into Delphi but don't activate it. You will get
> an
> error on starting delphi or loading one of your projects the first time.
> Cancel all error boxes!!!
>
> 2. Then if the project is loaded you can open the project options dialog
> and
> disable/enable the desired DBISAM package for this project. The next time
> you load this project the packages are automaticly loaded/unloaded. So if
> you load a DBISAM 2 project the DBISAM 2 package gets loaded and the
> DBISAM
> 3 gets unloaded.
>
> 3. In addition you must set the DBISAM library path to yout Project
> searchpath for old DBISAM 2 projects. I have placed the DBISAM3 Lib in the
> environement search path and for any old DBISAM 2 projects I have added
> the
> DBISAM 2 lib path to the project options. This must only be done one time.
>
> From now on you can just simply load any DBISAM 2 or DBISAM 3 project with
> no errors and nothing more to do.
>
> This way it works very well as long we do not install a new version of
> DBISAM, as they change the package name for every version. FrownIf that's
> happens you must again set the used packages of your projects, as new
> added
> Packages are active as default and so you must for every DBISAM project
> again deactivate the new DBISAM package.
>
> I'm working this way since V3 came out whithout any problems.
>
> Regards
> Rolf
>
>
> "Al Vas" <noreply@noreply.com> schrieb im Newsbeitrag
> news:256FAB31-2947-4F89-A2E1-B6606FB2A129@news.elevatesoft.com...
>> Hi,
>>
>> Is it possible to have DBISAM 4 and DBISAM 3 in the same delphi
>> environment. If so great, if not how do others handle having to switch
>> back between 3 and 4 for different applications?  Currently using D5.
>>
>> Thanks
>>
>> Alex
>
>
Fri, Sep 26 2008 9:17 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Rolf,

Nice detailed explanation of the solution.

Thanks for sharing that,

--
Tim Young
Elevate Software
www.elevatesoft.com

Image