Re: How to access data from other tables

2012-06-18 Thread Ricardo Hillbrecht
I've adopted the approach in "c", pulling code from other table data_access method to the table I'm currently working on. Now I have a section of duplicated code, but at least I'm not stuck anymore. Thanks Dave -Ricardo 2012/6/18, Dave Shield : > On 18 June 2012 00:53, Ricardo Hillbrecht wrote

Re: How to access data from other tables

2012-06-18 Thread Dave Shield
On 18 June 2012 00:53, Ricardo Hillbrecht wrote: > Gentlemen, please, I'm still stuck at this Sorry for the delay - I was doing other things this weekend, and haven't had any time for SNMP support. > I don't know how to obtain data from different tables > inside the net-snmp client. I presume

Re: How to access data from other tables

2012-06-17 Thread Ricardo Hillbrecht
Gentlemen, please, I'm still stuck at this, and starting to write code using net-snmp client API from inside the agent ! I think it doesn't make sense, but I don't know how to obtain data from different tables inside the net-snmp client. Any help or advice are welcome ! Thanks -Ricardo 2012/6/1

How to access data from other tables

2012-06-14 Thread Ricardo Hillbrecht
Hi, I have to access data that are in other table. Let me show: 1. The user changes the value of a field in a table (e.g. hostTable->diskTableIndex) which is the index of other table (e.g. diskTable). In my example, the user is switching the disk of a host in hostTable (hostTable->diskTableIndex),