replacing the ? with prefixed parameter names
From: Madhusudhan (gurumum_at_email.uc.edu)
Date: 12/01/04
- Next message: Anon nymous: "BCP csv file only required Rows"
- Previous message: Andrew J. Kelly: "Re: Copy Database Wizard Fails to Copy Files"
- Next in thread: Ilya Margolin: "Re: replacing the ? with prefixed parameter names"
- Reply: Ilya Margolin: "Re: replacing the ? with prefixed parameter names"
- Messages sorted by: [ date ] [ thread ]
Date: 1 Dec 2004 13:43:33 -0800
Hi,
i am using win 2000 client and sqlserver 2000
I have 3 questions:
1. i am using global variables to pass data to a query in an exec sql.
It works fine when i use the "?" placeholder for the parameters.
The problem is that when i am using like 20 parameters, it is a pain
to map global variables to parameter1,parameter2.......parameter20.
So i right clicked the question mark in the build query box and tried
to specify names for teh paramters using prefixes and suffixes for the
names. e.g @paramname@, @paramage@ adn so on
But this doesnt seem to work - I get an error that says "deferred
prepare....."
Am i getting something wrong? Is it possible in teh first place to
replace the ? marks with those names and to have those names display
in the right hand side column while mapping parameters instead of
Parameter1, Parameter2 etc ?
2. Stepping through
Is it possible to step through execution in a package? or at least in
an activex script?
i have enable JIT debugging but am not able to debug like I used to be
able to in the VB editor.
3. workflow activex scripts
are these always executed before execution of the task they are
attached to?
Thanks,
Madhusudhan
- Next message: Anon nymous: "BCP csv file only required Rows"
- Previous message: Andrew J. Kelly: "Re: Copy Database Wizard Fails to Copy Files"
- Next in thread: Ilya Margolin: "Re: replacing the ? with prefixed parameter names"
- Reply: Ilya Margolin: "Re: replacing the ? with prefixed parameter names"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|