fix for proper (international character) inference on MsAccess

This commit is contained in:
Miroslav Stampar 2012-05-03 23:13:48 +00:00
parent 96299d3d5d
commit 57234e1ff5

View File

@ -366,7 +366,7 @@
<!--CURRENTUSER() is not available outside the MS Access query tool itself--> <!--CURRENTUSER() is not available outside the MS Access query tool itself-->
<current_user/> <current_user/>
<current_db/> <current_db/>
<inference query="ASC(MID((%s),%d,1)) > %d"/> <inference query="ASCW(MID((%s),%d,1)) > %d"/>
<is_dba/> <is_dba/>
<dbs/> <dbs/>
<!--MSysObjects have no read permission by default--> <!--MSysObjects have no read permission by default-->