Microsoft Knowledge Base |
|
XL5: SQL.REQUEST Help Topic Contains Incorrect Example |
|
|
Last reviewed: September 12, 1996
Article ID: Q134827 |
|
The information in this article applies to:
SYMPTOMSIn Microsoft Excel, the SQL.REQUEST Help topic contains an incorrect example in the description about how to concatenate references into the query_text argument. The SQL.REQUEST Help topic contains the following example for using concatenation with cell references:
"SELECT Name FROM Customers WHERE Balance > "'&$A$3'This information is incorrect. The correct reference is:
"SELECT Name FROM Customers WHERE Balance > "&$A$3&"" STATUSMicrosoft has confirmed this to be a problem in the versions of Microsoft Excel listed at the beginning of this article. This problem was corrected in Microsoft Excel for Windows 95, version 7.0.
MORE INFORMATIONThe SQL.REQUEST function connects with an external data source and runs a query from a worksheet. SQL.REQUEST then returns the result as an array.
REFERENCESFor more information on the SQL.REQUEST function, choose the Search button in Help and type:
SQL.REQUEST |
|
KBCategory: kbinterop kbdocerr
©1997 Microsoft Corporation. All rights reserved. Legal Notices. |