I encountered this problem with Postgres, but I don't yet know if it is
Adaptor level or up in EOAccess.
1) Start an application that connects to the database and do something
that causes a database connection to be created.
2) Re-start Postgres
3) Try to do something that uses the database.
You will get an exception. This should be smart enough to abandon the
old connection and create a new one.
-Mont