The return parameter variable name for SQL Server causes an error in Visual FoxPro for Windows 7.0 or earlier versions (177056)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Windows 6.0
- Microsoft Visual FoxPro for Windows 7.0
This article was previously published under Q177056 SYMPTOMS You can call a Microsoft SQL Server stored procedure
through the SQL Server ODBC Driver in Microsoft Visual FoxPro for Windows 7.0 or earlier versions. When you supply a single-character variable name for the return parameter or for the OUTPUT parameter, an error occurs.RESOLUTION Use a variable name with more than one character.
In the example below, change the Callsp.prg variable name Z to more
than one character, for example, Z1. STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 3/19/2005 |
---|
Keywords: | kbprb KB177056 |
---|
|