BUG: Upsizing Wizard Generated SQL Code Causes ErrorsLast reviewed: April 24, 1997Article ID: Q157853 |
The information in this article applies to:
SYMPTOMSWhen running the SQL code that is generated from either the Oracle or SQL Server Upsizing Wizards, an error occurs.
CAUSESome of the comment blocks in the generated SQL code are marked incorrectly. NOTE: Other errors may occur that are unrelated to this problem.
WORKAROUNDIn the SQL language, a multi-line comment is opened with "/*" and closed with "*/". Some of the comment blocks in the generated SQL code are opened with "*/". To avoid these errors, change the open comment designators to "/*".
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
|
Keywords : buglist5.00 FxtoolWizother kbtool vfoxwin vfpbug5.0a kbbuglist kbtool
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |