Viewing 2 posts - 31 through 32 (of 32 total)
I think we can do this by:
Create a variable in BIRD.
Put an Execute Processing Task, in its Editor, Set the Executable as the executable written by c#/vb. Expend the Expressions,...
September 17, 2009 at 12:50 pm
#1055206
I use following method for similar situation.
Assume I have a store procedure called 'proc_try' which take two parameters @startDate and @endDate.
Create two variables in BIRD called startDate and endDate.
in the...
September 14, 2009 at 8:15 pm
#1053530