We have multiple datbases on a server and our functions may cross database to do data updates.
Most of the time we found the functions running smoothly.
However, we did sometimes received the error message
“Database [server][database file] has not been opened yet”.
Is there anything that we can do to our design to avoid it? Anyone can help? Thanks!