A problem occurred while the database was communicating with the .

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I get the following error message in all my old databases (I recently upgrade
my laptop) when I close a form.

A problem occurred while the database was communicating with the OLE Server

Try one or more of the following:
*Make sure you’re connected to the network server where the OLD server
application is located.
*Close the OLE server and restart it outside of the database. Then try the
original operation again from within the database.
*Reinstall the OLE server to ensure that it registered

How do I correct this??
 
The symptom is slightly unusual, but the first thing to look for if a
working database suddenly stops working after a system upgrade, or
works on one system but not on another, is a broken reference. Open
any Form or Module code in the VB Editor and look in Tools|References
for any ticked References that are shown as not found, untick them,
and then find a corresponding Reference on the list (which will
usually differ from the missing one only in Version #) and tick it.

I get the following error message in all my old databases (I recently upgrade
my laptop) when I close a form.

A problem occurred while the database was communicating with the OLE Server

Try one or more of the following:
*Make sure you’re connected to the network server where the OLD server
application is located.
*Close the OLE server and restart it outside of the database. Then try the
original operation again from within the database.
*Reinstall the OLE server to ensure that it registered

How do I correct this??


Please respond to the Newsgroup, so that others may benefit from the exchange.
Peter R. Fletcher
 
Back
Top