dbTalk Databases Forums  

Appending data with activeXscript

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


Discuss Appending data with activeXscript in the microsoft.public.sqlserver.dts forum.



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

Default Appending data with activeXscript - 10-14-2003 , 03:33 PM






Can anyone send me a sample of the syntax to use in
activeXscript to have my data appended to my destination
instead of overwritten? My source is a table and my
destination is a .txt file.

Thanks in advance for your help. Sandra



Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Appending data with activeXscript - 10-14-2003 , 03:46 PM






In article <0b9401c39292$77cd7560$a001280a (AT) phx (DOT) gbl>, Sandra
<silvah (AT) wellsfargo (DOT) com> writes
Quote:
Can anyone send me a sample of the syntax to use in
activeXscript to have my data appended to my destination
instead of overwritten? My source is a table and my
destination is a .txt file.

Thanks in advance for your help. Sandra

The Text File provider does not support appending. Write it to a new
file and then merge the files. Quickest way to merge the files I find is
through DOS, copy file1.txt+file2.txt newfile.txt


--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



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.