The information in this article applies to:
SUMMARYFunction dbretname() will not return NULL for a stored procedure parameter name if the parameter name is not specified in a previous call to dbrpcparam() or in the SQL EXEC statement. MORE INFORMATION
For example, executing the statement,
will result in dbretname( dbproc, 1 ) returning the value "@PARAM1". While executing the statement,
will result in dbretname( dbproc, 1 ) returning NULL. Additional query words:
dblib db_library DB-Library rpc remote stored procedure
Keywords : kbprg SSrvDB_Lib SSrvDoc_Err SSrvProg |
Last Reviewed: March 18, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |