BUG: MLINE() with Select-SQL Group By Clause Causes ErrorLast reviewed: April 24, 1997Article ID: Q157189 |
The information in this article applies to:
SYMPTOMSIf a SELECT-SQL query is grouped by a field that is displayed using the MLINE() command, then executing the statement produces the following error and a result set is not created:
SQL: Internal Error WORKAROUNDYou can use a combination of string functions and MEMOWIDTH as in this example:
SELECT Fld1, LEFT(Fld2,set('MEMOWIDTH')) FROM test GROUP BY 2 STATUSMicrosoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
|
Keywords : buglist5.00 FxprgSql kbprg VFoxWin vfpbug5.0a kbbuglist kbprg
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |