Viewing 3 posts - 1 through 3 (of 3 total)
Hi Jack
I have found my answer... which is as follows:
Imports System
Imports System.Data
Imports System.Collections
Imports System.Math
Imports System.Text
Imports Microsoft.SqlServer.Dts.Pipeline.Wrapper
Imports Microsoft.SqlServer.Dts.Runtime.Wrapper
Public Class ScriptMain
Inherits UserComponent
Public Overrides...
August 5, 2009 at 7:35 pm
Imports System
Imports System.Data
Imports System.Math
Imports System.Text
Imports Microsoft.SqlServer.Dts.Pipeline.Wrapper
Imports Microsoft.SqlServer.Dts.Runtime.Wrapper
Public Class ScriptMain
Inherits UserComponent
Public Overrides Sub Input0_ProcessInputRow(ByVal Row As Input0Buffer)
...
August 5, 2009 at 5:30 pm
I think I have found the answer to my question here:
http://www.sqlservercentral.com/Forums/Topic659453-386-1.aspx
Cheers
Wee!
April 7, 2009 at 3:15 am
Viewing 3 posts - 1 through 3 (of 3 total)