MS Access 是否支持 .accdb 或 .mdb 資料庫上的存盤程序?還是僅當后端是 SQL Server 或其他支持 Access DB 引擎 (Jet/ACE/MSDE) 的東西時才支持存盤程序?
我從各種來源的 MS Access 和存盤程序中找到的資訊是混合的,而且不是很完整。例如,這個 Access 幫助檔案最初看起來像是 Access 支持存盤程序。

因此,例如,我可以維護每次更改、編輯或向子表單添加行的發票的總成本。
The macro language editor looks like say this:

So you can loop over data, you have if/then else etc.
It is a very limited language - but they are in fact true real stored procedure code that runs at the table level, and they run 100% independent of VBA or any other code.
And these table stored procedures run:
- when edit data in a form - even forms without code
- when you issue SQL update or modify statements
- when you modify data via VBA recordset code
- if an external ODBC or OLEDB source such as .net c# or whatever modifies data
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/359962.html
