Re: Dependent table

2010-03-29 Thread Dave Shield
On 29 March 2010 06:23, Prakash wrote: > Can anyone send an example code to implement dependent table. There's nothing particularly special about dependent tables. Just implement them as you would any other table. If you are using the same underlying data for both tables, t

Dependent table

2010-03-28 Thread Prakash
Hi All, Can anyone send an example code to implement dependent table. My MIB == baseEntry OBJECT-TYPE INDEX :{baseIndex1} ::= {baseTable 1} extendedEntry OBJECT-TYPE INDEX :{baseIndex1, extendedIndex1} ::= {extendedTable 1} Regards, Prakash Raju

Re: base table - dependent table implementation

2009-04-05 Thread Dave Shield
2009/4/5 mwnn : > I am working on extending the Net-SNMP agent. I have the following > situation: > > 1. Base table whose ROWSTATUS column is READ-CREATE. > 2. Dependent table which has the same index as the base table. > > In the above scenario, when a row is deleted

base table - dependent table implementation

2009-04-05 Thread mwnn
Hi all, I am working on extending the Net-SNMP agent. I have the following situation: 1. Base table whose ROWSTATUS column is READ-CREATE. 2. Dependent table which has the same index as the base table. In the above scenario, when a row is deleted in the base table the corresponding row in the