Problem with latest version

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
bzwirs
Posts: 40
Joined: Sat 10 Jul 2010 06:47

Problem with latest version

Post by bzwirs » Sat 10 Sep 2016 04:27

I just downloaded and installed latest version (Build 25). When I select a project to work on in the IDE (Delphi Berlin 10.1) the project loads but when I then select a datamodule that contains the main database components I get an SQL cursor and then Delphi just shuts down. This happens on other projects as well. Have uninstalled and gone back to previous version (Build 24) and problem doesn't happen.

Hope there is a fix for this soon.

regards

Bill Zwirs

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Problem with latest version

Post by ViktorV » Mon 12 Sep 2016 08:34

Unfortunately, we could not reproduce the problem.
To solve the problem, try to perform the following steps:
- uninstall IBDAC;
- find all DAC units, like MemUtils.dcu, CRParser.dcu, CLRClasses.dcu, MemData.dcu, MemDS.dcu, DBAccess.dcu, IBClasses.dcu files on your PC and delete them;
- find all *dac*.bpl, *datasetmanager*.bpl and *crcontrols*.bpl files on your PC and delete them.
- install IBDAC.
Also note, if you have components using IBDAC, when updating IBDAC, you should recompile them and reinstall.
If this doesn't help resolve the issue, please compose a small sample demonstrating the described behavior and send it to viktorv*devart*com, including scripts creating database objects.

bzwirs
Posts: 40
Joined: Sat 10 Jul 2010 06:47

Re: Problem with latest version

Post by bzwirs » Tue 13 Sep 2016 21:13

Thanks Viktor. Now works.

regards

Bill Zwirs

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Problem with latest version

Post by ViktorV » Wed 14 Sep 2016 08:12

It is good to see that the problem has been solved.
Feel free to contact us if you have any further questions about our products.

Post Reply