dbTalk Databases Forums  

ActiveX Transformations with Identity Column

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss ActiveX Transformations with Identity Column in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
M Dodsworth
 
Posts: n/a

Default ActiveX Transformations with Identity Column - 08-16-2005 , 02:47 AM






I've looked at http://www.sqldts.com/default.aspx?293 and played with the
Allow Idenity Insert check but still having the sameproblem

Function Main()

DTSDestination("Order/Propref") = DTSSource("col002")
DTSDestination("Date") = DTSSource("col003")
DTSDestination("Details") = "Na1:" + DTSSource("col003") + " Na2:" +
DTSSource("col004") + " App1:" + DTSSource("col005") + " App2:" +
DTSSource("col006") + " Att1:" + DTSSource("col007")
DTSDestination("Error") = DTSSource("col012")

Main = DTSTransformStat_OK
End Function

Any ideas ?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.