ID:22338 A database operation was performed using an invalid database handle.

CAUSE: A database handle might be invalid if it was not properly initialized or it was initialized, and then the database was deleted.

ACTION: Initialize all database handles before using them. Do not use handles of deleted databases.