![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In one of my ActiveX VB Scripts I want to store an array of values of the following type: 10,AL210,35KG 22,DK218,86KG 34,JK220,98TO I want to store the entire array in a DTS global variable is it possible ? Please provide a simple code segment to write this array into a global variable and another code segment to read the array and display it. Thanks Karen |
#3
| |||
| |||
|
|
Is this a Rowset? You can easily store a rowset. You can also, as memory serves, store an array but there are problems when sabing the package as it will not recognise the array -- -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. www.konesans.com - Consultancy from the people who know "Karen Middleton" <karenmiddleol (AT) yahoo (DOT) com> wrote in message news:a5fd468a.0410192320.2aff0e3c (AT) posting (DOT) google.com... In one of my ActiveX VB Scripts I want to store an array of values of the following type: 10,AL210,35KG 22,DK218,86KG 34,JK220,98TO I want to store the entire array in a DTS global variable is it possible ? Please provide a simple code segment to write this array into a global variable and another code segment to read the array and display it. Thanks Karen |
![]() |
| Thread Tools | |
| Display Modes | |
| |