|
|
Archives of the TeradataForum
Message Posted: Tue, 11 Jun 2002 @ 06:42:06 GMT
Subj: | | Re: Stored procedure calls with OUT paramters, how? |
|
From: | | Dennis Calkins |
Charles McDevitt wrote:
| I have a situation where I want to call a stored procedure. This stored procedure is known to have three out parameters, But the
application doesn't know the name of these parameters. | |
How did the application figure out the Stored procedure has 3 OUT parameters?
If this was Knowledge obtained from the Database at run time, why didn't it also obtain the names of the parameters?
If this was Knowledge coded into the Application, why weren't the names of the parameters also coded into the application?
| |