Re: question on set_action and set_commit

2010-05-19 Thread Dave Shield
On 18 May 2010 18:56, Kathy McLeod wrote: > We are saving some of our "set" values in a database or possibly a flat > file.  Based on the mib2c stubs generated for scalars, my initial > interpretation was that the SET_ACTION should write the value(s) to the DB: > > case MODE_SET_ACTION: >        

question on set_action and set_commit

2010-05-18 Thread Kathy McLeod
Hi - We are saving some of our "set" values in a database or possibly a flat file. Based on the mib2c stubs generated for scalars, my initial interpretation was that the SET_ACTION should write the value(s) to the DB: case MODE_SET_ACTION: /* XXX: perform the value change here */ b