Hi, I try to apply a simple BEGIN TRANSACTION to my bunch of queries. but it always returns "Invalid SQL Statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'."
Even this simple query fails respectively return the error msg printed above.
BEGIN TRANSACTION
SELECT * FROM PROJECTS
COMMIT TRANSACTION
Any hint on how to use TRANSACTION in MsAccess is highly appreciated. Thanks
Even this simple query fails respectively return the error msg printed above.
BEGIN TRANSACTION
SELECT * FROM PROJECTS
COMMIT TRANSACTION
Any hint on how to use TRANSACTION in MsAccess is highly appreciated. Thanks