Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An Option Compare statement contains an incorrect setting or no setting. The only settings allowed in Option Compare are Text and Binary.
Error ID: BC30207
To correct this error
Check to see if the setting specifier is misspelled.
Add either
TextorBinaryto theOption Comparestatement; for example,Option Compare Text.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.