WB_WC - database wildcard character for LIKE comparison

Syntax
WB_WC=wildcard character

Syntax example
WB_WC=%

Valid inputs
Any valid wildcard supported by database provider

Default value
* for DAO and % for ADO connections

Description
This variable contains the wildcard character to be used with WB_AddJoker. WhizBase automatically selects the value for this field depending on connection type (* for DAO and ISAM and % for ODBC and ADO), but this field can be used to set this value manually if for any case some other character has to be used. In most cases this field has to have default value and we strongly recommend not to change it.