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
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
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,
. 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
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