IDE Slow after upgrading to v 4

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
krimson
Posts: 13
Joined: Sun 24 Sep 2006 08:56

IDE Slow after upgrading to v 4

Post by krimson » Mon 09 Apr 2007 12:25

After installing SDAC v. 4 opening forms and datamodules that contain SDAC components takes much longer than normal!?

Also, is SDAC 4 compatible with MyDAC 4.x? I downloaded the latest build but this gives compatibility problems.

Regards,

Krimson

krimson
Posts: 13
Joined: Sun 24 Sep 2006 08:56

Update

Post by krimson » Tue 10 Apr 2007 07:56

I use BDS 2006 and SDAC v 4.0.0.4

Example:
Opening a project with SDAC 3.8 takes 15 seconds

Opening the same project with SDAC 4 takes 10 minutes!!!!

Krimson

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 10 Apr 2007 09:33

Please check the state of the "Extract DataSets from all forms in project" button that is located on the DataSet Manager's toolbar. If it is pushed, release it and try to reopen your project.
Please inform us if the problem still persists.
Note: if this button is pushed, DataSet Manager opens all the units in the project when the project is loaded, so this may look like the problem you have encountered. Therefore we do not recommend using this option for large projects.

krimson
Posts: 13
Joined: Sun 24 Sep 2006 08:56

Post by krimson » Tue 10 Apr 2007 12:12

Can you explain where I can find this button or option??

I use BDS 2006......

Krimson

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 11 Apr 2007 09:33

You can find this button on the DataSet Manager's window. If this window is not present on the screen, call it using the "Tools | DataSet Manager" main menu of your IDE.
This button is the second from the left on the toolbar.

Post Reply