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 |
|
dasu
Posting Yak Master
104 Posts |
Posted - 2004-08-19 : 04:18:21
|
| ok ur suggested solutions are very high range.i think u knew dts packages in enterprise mangaer in that iam tryingto create one package inthat i have activex scrit like thisFunction Main()Main = DTSTaskExecResult_SuccessMsgBox DTSGlobalVariables("shubhanshTest01").ValueEnd Functionand execute sql task is like thisDeclare @status Varchar(30)EXEC pr_cbs_pull_request_details 't_cbs_req', 1,1, @status outputSELECT @status AS statusValueso now i want getto output parameter value into active x scriptconection and every thing okjust i want to catch output parameter return by stored procedurei think this is enough info |
|
|
|
|
|