dbTalk Databases Forums  

Re: DTSTransformStatus with Active X

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


Discuss Re: DTSTransformStatus with Active X in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Darren Green
 
Posts: n/a

Default Re: DTSTransformStatus with Active X - 06-04-2004 , 03:55 AM






Not exactly what you want but this example shows DTSTransformStat_SkipInsert
in use.

Processing The Same Row More Than Once
(http://www.sqldts.com/default.aspx?266)


A related example that may be of use-

DTS How to...Skip Rows during Import
(http://www.databasejournal.com/featu...le.php/1461561)


--
Darren Green
http://www.sqldts.com

"Christine" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hello,

I wish read ALL rows of an Excel datasource then transform ALL data ( rows
--> columns) and finally insert them in my sql database with the same
Active X.
Quote:
I think I must use DTSTransformStat_SkipInsert so as to delay the final
insertion.
So I can read all rows and send them into an array (after transformation :
Excel rows --> Columns of the array and Excel columns--> rows of the array).
But how can I insert each row of this array in my database ?
Quote:
Thanks in advance!

Christine



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.