On Tue, 21 Nov 2006 14:52:09 +0530 Jegan wrote: J> I have two tables that are related. One table has readonly oids and the J> other table has read-write oids. The oids that are set in one table has J> to effect the table implementation for which oids are readonly. How do I J> implement that?
That totally depends on how each table is implemented. You just have to have the rw table update the data in the ronly one. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
