M
Marc Nemegeer
Hi,
I have the following problem. The customer wants to have a sequence in the
filename of the document. So, I created a stored procedure to increment the
value by one and return it
I can't find a way to call this stored procedure dynamically and assign the
result to a field in my main document. I can do it using sql but then there
will be no transaction :-( I can call dynamic sql - THIS WORKS, but not for
a stored procedure ??
How can this be done ??
Regards,
Marc
I have the following problem. The customer wants to have a sequence in the
filename of the document. So, I created a stored procedure to increment the
value by one and return it
I can't find a way to call this stored procedure dynamically and assign the
result to a field in my main document. I can do it using sql but then there
will be no transaction :-( I can call dynamic sql - THIS WORKS, but not for
a stored procedure ??
How can this be done ??
Regards,
Marc