SQL Execution Error.

The SQL statement has failed and the query will not run. There are many possible reasons for this, for example, a typo or a missing element in the syntax of the statement. The information on the error message box provides the best guidance as to what exactly has happened.

  • Executed SQL statement: is followed by the SQL statement in your query that has caused the execution to fail.

  • Error Source: is followed by the name of the component that has detected the problem.

  • Error Message: is followed by details about why the SQL statement failed to execute.

To correct this error, read the information in the message box (particularly the Error Message text) to try to fix the SQL statement. Then run the query again. For more information on writing SQL statements, see msdn.microsoft.com/library.