Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57234e1

Browse files
committed
fix for proper (international character) inference on MsAccess
1 parent 96299d3 commit 57234e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/queries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
<!--CURRENTUSER() is not available outside the MS Access query tool itself-->
367367
<current_user/>
368368
<current_db/>
369-
<inference query="ASC(MID((%s),%d,1)) > %d"/>
369+
<inference query="ASCW(MID((%s),%d,1)) > %d"/>
370370
<is_dba/>
371371
<dbs/>
372372
<!--MSysObjects have no read permission by default-->

0 commit comments

Comments
 (0)