Multiple choice technology databases

SQL470 error means?

  1. Stored Procedure Not Found

  2. General error

  3. Duplicate cursor name

  4. Option value changed

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

SQL470 indicates that an option value has changed, typically referring to database configuration options or settings that were modified during operation. This error occurs when the system detects a discrepancy between expected and actual option values. Options A, B, and C refer to different database error scenarios (missing procedures, general failures, cursor naming conflicts).