Trigger based sequence values

Posts   
 
    
Rishi
User
Posts: 69
Joined: 31-Oct-2011
# Posted on: 13-Jan-2012 16:40:49   

Hi,

I am using trigger to insert values in database. Somebody suggested me to use " <add key="OracleTriggerSequences" value="true" />" in web.config file, which working fine.

I want to know is there is anyway i can provide this in Code? or LLBLGen Project file before generating code?

Rishi

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 13-Jan-2012 19:55:55   

Hi Rishi,

That app setting is pull from the OracleDQE, and it's a private member, so you can't set it in code. If you really want that you could grab the DQE source code and make a public property that set that variable, although I don't see any real benefit in that. Why would you want to set it in code?

David Elizondo | LLBLGen Support Team