Page 1 of 1

OPtions.StrictUpdate = False.

Posted: Tue 06 Nov 2007 20:41
by dharanir
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 !

Posted: Wed 07 Nov 2007 08:10
by Antaeus
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.

Posted: Wed 07 Nov 2007 13:44
by dharanir
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.

Posted: Wed 07 Nov 2007 16:28
by Antaeus
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.

Posted: Fri 16 Nov 2007 14:14
by dharanir
Problem is resolved . Our code is making this changes . thanks for your support .