L135 新增年度 2021 時, 送出 ,就 關閉 整個人事人系統 …
原本
this.QA = new ADOQ(this)
with (this.QA)
height = 37.0
sql = "select 年度 from V_L135A "
active = true
endwith
(觸發點 Form.Qa.reQuery())
新改
this.QA = new ADOQ(this)
with (this.QA)
height = 37.0
sql = "select * from V_L135A "
active = true
endwith
就正常了 (觸發點 Form.Qa.reQuery())
初步 判斷 可能 是 繁體的內碼 與 簡體的內碼 不一樣, 造成 SQL 字串 出現異常, 導致刷新資料庫時, 發生 當基現象…