NeoDBPro [dbpError] - Forum

Forum Navigation
You need to log in to create posts and topics.

NeoDBPro [dbpError]

Has anyone ever seen a DBPro last error [dbpError] variable return with something like
"Disk or network error"?

I receive this error on occasion and I'm trying to determine exactly how it occurs and where I can mitigate it. I've set up a Timer object to check the [LastError], [dbpError] and [ID.$Status] and restart the program if I have to but I can't seem to catch the error.

Also, does anyone know how to reconnect a DB after I detect [ID.$Status] = Not Connected? Would I have to close and re-open the DB along with all the tables, relationships, properties, etc...? I don't want to have to restart the program just to get reconnected to the DB if I don't have to.