Re: bulk set

2007-12-11 Thread deepak b
t has no way of knowing > whether > DB> the set requests that come through h1 and h2 is part of the same bulk > set > DB> request. > DB> What i want is some way to recognize that all these set requests for > DB> different attributes are part of one single request, so th

Re: bulk set

2007-10-15 Thread Robert Story
nd t2) and my sub-agent has no way of knowing whether DB> the set requests that come through h1 and h2 is part of the same bulk set DB> request. DB> What i want is some way to recognize that all these set requests for DB> different attributes are part of one single request, so that i can

Fwd: bulk set

2007-10-12 Thread deepak b
It has been around a month since i posted this. Hoping to get some answers this time. -- Forwarded message -- From: deepak b <[EMAIL PROTECTED]> Date: Sep 12, 2007 7:09 PM Subject: bulk set To: [email protected] Hi, When a set request is received,

bulk set

2007-09-12 Thread deepak b
. The problem is there is a handler generated per table(say h1 and h2 for tables t1 and t2) and my sub-agent has no way of knowing whether the set requests that come through h1 and h2 is part of the same bulk set request. What i want is some way to recognize that all these set requests for different

On bulk-set

2007-09-03 Thread deepak b
The Problem: I have 2-3 tables and my generated code from mib2c has a handler for each table. These handlers are independent of each other and when a bulk set is sent, there is no way of doing a bulk validation. What i want is for a bulk set on attributes a1 and a2, belonging to tables t1 and t2