Error 10024 (DB-Library)

Troubleshooting SQL Server

Troubleshooting

Error 10024 (DB-Library)

Severity Level 6
Message Text

SQL Server connection timed out.

Explanation

This error message is returned from DB-Library when the query time-out setting for the application's connection to Microsoft® SQL Server™ is too low. The query is terminated when it takes longer to complete than the time allocated.

Action

Check the application for configuration settings, and increase the query time-out setting. If this is a custom application, you can adjust the query time-out setting by using the dbsettime() function.

See Also

Programming DB-Library for C