|
|
|
|
Re: Is there a way to extend NotificationHeader, ReceipientInfo object?
In the Subscription Management application, you maybe able to derive an
object from the Subscription Management Objects and extend it as needed,
overriding methods, etc. Just make sure the base class methods get called.
Keep in mind taht this will not affect the way SQLNS creates its
database objects when you build the instance so you will need to find
another way/place to store the new information and have it available
through the notification process - via UDFs perhaps.
HTH...
Joe Webb
~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811
sleepyjoe wrote:
> Is there a way to extend NotificationHeader, ReceipientInfo object?
> I mean can I have some more information appended in ReceipientInfo
> other then subscriberID and DeviceAddress? For example I would like to
> add DeviceType, DeviceModelNumber etc. If yes, then how?
>
Thu, 13 Jan 2005 08:39:55 -0600
Joe Webb
|
Is there a way to extend NotificationHeader, ReceipientInfo object?
Is there a way to extend NotificationHeader, ReceipientInfo object?
I mean can I have some more information appended in ReceipientInfo
other then subscriberID and DeviceAddress? For example I would like to
add DeviceType, DeviceModelNumber etc. If yes, then how?
| |