2009/8/4 Reza Razavipour <[email protected]>:
> If I don't want to read the whole table, what is the alternative
> approach to do a SET on a specific cell, if I have the row and column
> index?

You seem to be mixing two ideas here.

If you want to do a SET on a specific cell, and you have the
row and column index, then that is sufficient.  You can do a
SET on that particular instance.   You don't need to retrieve
any information first.

If you want to read a specific cell, and you have the row and
column index, then that is also sufficient.   You can do a GET
on that particular instance.

The only reason for reading part or all of the table is if you do
*not* have the row index information, and you are looking
for a particular value within the table (e.g. in order to update it)

Dave

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to