So our win2k server that was running our shopsite server crashed. Nothing major, but I was able to get recover the .db files from our backup system.
I noticed an orders.db and orders.p.db both dated recently and contain order and customer data respectively.
We were running shopsite 7.1 and the files begin with IDB 2.1. So my guess is that ShopSite 7.1 was using the now defunct instantDB.
After much searching I found DataBrowser which can open these .db files, but only sees system tables. I can open the .db files in a text editor and see the customer/order data, but its surrounded by garbage.
Is there any way to recover the data in these files?