The information in this article applies to:
NOTE: This article discusses complex scripts functionality. Complex scripts functionality is available when you use the Office Language Settings tool to enable a language, such as Arabic or Hebrew, that requires this functionality. For more information about multilingual features, click Microsoft <your Office product> Help on the Help menu, type multilingual features in the Office Assistant or the Answer Wizard, and then click Search to view the topics returned. Moderate: Requires basic macro, coding, and interoperability skills. SYMPTOMSIf you try to run a criteria that contains Hijri dates in client/server databases, you may receive error messages, and then the operation fails. CAUSEDate criteria in client/server databases is handled as Gregorian. A Hijri date entered in a criteria expression is interpreted as Gregorian, and this results in an "out-of-range" message because Hijri dates fall below the minimum Gregorian date allowed by SQL server. Using the alternative method, CDATE("hijri date"), doesn't work because SQL server does not recognize this function. RESOLUTIONEnter only Gregorian dates in criteria. If the database calendar is set to Hijri, use the Gregorian equivalent of the target date in the expression. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: prb Arabic
Keywords : kbdta kbBidi |
Last Reviewed: August 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |