dbTalk Databases Forums  

ActiveX Script in DTS Package

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


Discuss ActiveX Script in DTS Package in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
David P.
 
Posts: n/a

Default ActiveX Script in DTS Package - 04-21-2008 , 09:49 AM







I have a DTS package that has the ActiveX Script code listed below that is
used to call stored procedures in SQL Server database. The DTS package and
database correspond to SQL Server 2000.

Please help me find documentation that corresponds to the code listed below.

Thanks,


cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@strInPValue",200,1,255)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@Char",200,1,1)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@CountOfOcc",3,2,4)


Reply With Quote
  #2  
Old   
Tomasz Borawski
 
Posts: n/a

Default RE: ActiveX Script in DTS Package - 05-02-2008 , 09:13 AM






Search ADO and Command Object

"David P." wrote:

Quote:
I have a DTS package that has the ActiveX Script code listed below that is
used to call stored procedures in SQL Server database. The DTS package and
database correspond to SQL Server 2000.

Please help me find documentation that corresponds to the code listed below.

Thanks,


cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@strInPValue",200,1,255)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@Char",200,1,1)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@CountOfOcc",3,2,4)


Reply With Quote
  #3  
Old   
Tomasz Borawski
 
Posts: n/a

Default RE: ActiveX Script in DTS Package - 05-02-2008 , 09:13 AM



Search ADO and Command Object

"David P." wrote:

Quote:
I have a DTS package that has the ActiveX Script code listed below that is
used to call stored procedures in SQL Server database. The DTS package and
database correspond to SQL Server 2000.

Please help me find documentation that corresponds to the code listed below.

Thanks,


cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@strInPValue",200,1,255)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@Char",200,1,1)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@CountOfOcc",3,2,4)


Reply With Quote
  #4  
Old   
Tomasz Borawski
 
Posts: n/a

Default RE: ActiveX Script in DTS Package - 05-02-2008 , 09:13 AM



Search ADO and Command Object

"David P." wrote:

Quote:
I have a DTS package that has the ActiveX Script code listed below that is
used to call stored procedures in SQL Server database. The DTS package and
database correspond to SQL Server 2000.

Please help me find documentation that corresponds to the code listed below.

Thanks,


cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@strInPValue",200,1,255)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@Char",200,1,1)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@CountOfOcc",3,2,4)


Reply With Quote
  #5  
Old   
Tomasz Borawski
 
Posts: n/a

Default RE: ActiveX Script in DTS Package - 05-02-2008 , 09:13 AM



Search ADO and Command Object

"David P." wrote:

Quote:
I have a DTS package that has the ActiveX Script code listed below that is
used to call stored procedures in SQL Server database. The DTS package and
database correspond to SQL Server 2000.

Please help me find documentation that corresponds to the code listed below.

Thanks,


cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@strInPValue",200,1,255)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@Char",200,1,1)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@CountOfOcc",3,2,4)


Reply With Quote
  #6  
Old   
Tomasz Borawski
 
Posts: n/a

Default RE: ActiveX Script in DTS Package - 05-02-2008 , 09:13 AM



Search ADO and Command Object

"David P." wrote:

Quote:
I have a DTS package that has the ActiveX Script code listed below that is
used to call stored procedures in SQL Server database. The DTS package and
database correspond to SQL Server 2000.

Please help me find documentation that corresponds to the code listed below.

Thanks,


cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@strInPValue",200,1,255)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@Char",200,1,1)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@CountOfOcc",3,2,4)


Reply With Quote
  #7  
Old   
Tomasz Borawski
 
Posts: n/a

Default RE: ActiveX Script in DTS Package - 05-02-2008 , 09:13 AM



Search ADO and Command Object

"David P." wrote:

Quote:
I have a DTS package that has the ActiveX Script code listed below that is
used to call stored procedures in SQL Server database. The DTS package and
database correspond to SQL Server 2000.

Please help me find documentation that corresponds to the code listed below.

Thanks,


cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@strInPValue",200,1,255)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@Char",200,1,1)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@CountOfOcc",3,2,4)


Reply With Quote
  #8  
Old   
Tomasz Borawski
 
Posts: n/a

Default RE: ActiveX Script in DTS Package - 05-02-2008 , 09:13 AM



Search ADO and Command Object

"David P." wrote:

Quote:
I have a DTS package that has the ActiveX Script code listed below that is
used to call stored procedures in SQL Server database. The DTS package and
database correspond to SQL Server 2000.

Please help me find documentation that corresponds to the code listed below.

Thanks,


cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@strInPValue",200,1,255)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@Char",200,1,1)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@CountOfOcc",3,2,4)


Reply With Quote
  #9  
Old   
Tomasz Borawski
 
Posts: n/a

Default RE: ActiveX Script in DTS Package - 05-02-2008 , 09:13 AM



Search ADO and Command Object

"David P." wrote:

Quote:
I have a DTS package that has the ActiveX Script code listed below that is
used to call stored procedures in SQL Server database. The DTS package and
database correspond to SQL Server 2000.

Please help me find documentation that corresponds to the code listed below.

Thanks,


cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@strInPValue",200,1,255)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@Char",200,1,1)

cmdGetCharCount.parameters.append cmdGetCharCount.createparameter
("@CountOfOcc",3,2,4)


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.