Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A Declare statement does not specify either Sub or Function. Declare identifies an external procedure and must specify which kind of procedure.
Error ID: BC30215
To correct this error
- Add either the Sub or Function keyword to the Declare statement.