I have setup a few applications with NS, but always with SMTP as the delivery protocol. I need to build another instance were the result ends up as inserts to a SQL table. Can I accomplish this within the ADF or do I need to build a custom delivery proctocol to insert the rows? Thanks Rolando
You'll need to create a custom delivery protocol for that. It's not difficult or even time consuming to do. Once it's done, then you'll add a reference to the dll in the application. HTH.. Joe -- Joe Webb SQL Server MVP http://weblogs.sqlteam.com/joew/ On Thu, 28 Feb 2008 08:34:13 -0800, Rolando wrote: > I have setup a few applications with NS, but always with SMTP as the > delivery protocol. I need to build another instance were the result ends > up as inserts to a SQL table. Can I accomplish this within the ADF or do > I need to build a custom delivery proctocol to insert the rows? > > Thanks > Rolando