Can I recover database from phprunner project file
This topic is locked
Can I recover database from phprunner project file
12/17/2013 3:31:45 PM
PHPRunner General questions
T
Tayyab Ilyas author
Hi,
My local system get crashed yesterday i lost my all databases on that machine. I have my phprunner project files, is there a way i can restore my database (which were used in phprunner applications) through phprunner projects files.
Open project file (.phpr) in any text editor and find <databaseinfo> node. It contains info about all project tables. You will have to re-create all those tables manually based on this info.