Construct a new AcDate.
Construct a new AcDateTime.
By converting to string, we can use Decimal types round-trip.
Access uses "mod" instead of "%"
FOR UPDATE is not supported by Access; silently ignore
Limit in access is after the select keyword
Access function names differ from the ANSI SQL names; rewrite common ones
Access puts TOP, it's version of LIMIT here
Construct a new AccessDialect.
If we inserted into a row with a COUNTER column, fetch the ID
Construct a new AccessIdentifierPreparer.