Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
pitt1
Starting Member
16 Posts |
Posted - 2006-04-18 : 03:31:27
|
Hi all,I'm writing a DTS activeX with VBscript andwould like to access a data in in an excel sheet on the first row, while using DTSDestination("columnA") = DTSSource("columnB")will assign "columnB" in "columnA" for each row,how do I do this for specific row source column (for example assigning "columnB" row 1, into "columnA")Best,Ahron |
|
|
|
|