How to Repair Absolute Database When It Crashes?

Asked By 0 points N/A Posted on -
qa-featured

How do you repair Absolute Database when you experience a crash when you are making and modifying it or when it becomes corrupted without losing files?

SHARE
Best Answer by William Saago
Best Answer
Best Answer
Answered By 0 points N/A #138513

How to Repair Absolute Database When It Crashes?

qa-featured

You can repair it either through the DBManager utility or from the application code.

To do it through the utility:

Go to AbsoluteDatabase>Utilities>Bin>DBManger.exe

To do it through the application code, use the method of TABSDatabase component

Note that the repair process is long especially with large databases but you can display the progress using event handlers

Also email your help requests to [email protected]

They should respond within 24 hours

Answered By 0 points N/A #138514

How to Repair Absolute Database When It Crashes?

qa-featured

Hi Meganwharding,

You can use the Absolute Database DBManager Utility found on your program files under the Utils > Bin folder. Use these commands to process repair on the database.

It repairs data corruption caused by HDD failure, power outage, or Server was abruptly shut down. The repair will return a TRUE value if data has been completely recovered and retains its integrity.

Related Questions