OPtions.StrictUpdate = False.

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dharanir
Posts: 3
Joined: Tue 06 Nov 2007 20:35

OPtions.StrictUpdate = False.

Post by dharanir » Tue 06 Nov 2007 20:41

I'm having a strange problem, all dataset are placed in DataModule , default property of Options.StrictUpdate = True. When ever I open the data module , for all dataset’s Options.StrictUpdate is changed to False which I don’t want .

Help me out !

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

Post by Antaeus » Wed 07 Nov 2007 08:10

It is unlikely that SDAC itself changes StrictUpdate to False. Try to find code in your application that makes this change.
If there is no such code, simplify your application as much as possible and send it to us at sdac*crlab*com for analysis.

Also supply me the following information:
- exact version of SDAC. You can see it in the About sheet of TMSConnection Editor;
- exact version of your IDE.

dharanir
Posts: 3
Joined: Tue 06 Nov 2007 20:35

Post by dharanir » Wed 07 Nov 2007 13:44

SDAC : 3.80.0.32
IDE : Borland Delphi Enterprise 7

fyi , Is there any setup/configuration required to not to do this . It's not happening for other developers who are working with me . Any suggestions/comments that would be greatly helpful.

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

Post by Antaeus » Wed 07 Nov 2007 16:28

Initially StrictUpdate is set to True. There is no options to change this default behaviour.
I suppose that StrictUpdate is changed somewhere in your code.

dharanir
Posts: 3
Joined: Tue 06 Nov 2007 20:35

Post by dharanir » Fri 16 Nov 2007 14:14

Problem is resolved . Our code is making this changes . thanks for your support .

Post Reply