Tables and fields in the statement cannot be Chinese,Thank you for your help:
#Lines starting with '#' are comments.
#Backslash character at the end of line means that the command continues in the next line.
#DATABASE CONFIGURATION
#example for MSAccess configuration (With password protection )
DriverClass=net.ucanaccess.jdbc.UcanaccessDriver
JdbcUrl= jdbc:ucanaccess://C:/2022.mdb;memory=true;showSchema=true;openExclusive=true;immediatelyReleaseResources=true
User=admin
Password= 123
ServerPort=17178
#?characterEncoding=utf8
#?useUnicode=true&characterEncoding=UTF8
#LOAD DATABASES
#Load Customers
sql.select_employees = SELECT * FROM 表格 where 序号 = ?