The information in this article applies to:
SUMMARY
In Microsoft Excel version 5.0, the help file MAINXL.HLP incorrectly
documents the SQLREQUEST function. The help file topic for the SQLREQUEST
function does not distinguish between SQL.REQUEST (worksheet function and
Microsoft Excel 4.0 macro function) and SQLREQUEST (Visual Basic function).
The topic appears with the name of the Visual Basic function, SQLREQUEST,
however the information in the help topic, including the name and order of
the arguments, applies to the SQL.REQUEST function.
MORE INFORMATION
Two functions in the XLODBC.XLA add-in, SQLRequest and SQL.REQUEST allow
you to connect to an external data source and run a query. In Microsoft
Excel Help file, the SQLREQUEST function help topic, the period (.) is
missing from this function.
Help: Microsoft Excel HelpThe SQLREQUEST function has been renamed SQL.REQUEST (with a period between the L and R). No other changes were made to its syntax. Most functions that are available as macros and worksheet functions have the same syntax. This is not the case with SQLRequest and SQL.REQUEST. The arguments are the same in the two functions, but the order is different. The Function Wizard contains the correct syntax for the two functions.
-and-
Note that the order of the Output_ref (OutputRef), Driver_prompt
(DriverPrompt), and the Query_Text (QueryText) arguments are different in
the two functions.
Additional query words:
Keywords : kbother kbprg kbdocerr |
Last Reviewed: October 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |