I need to manipulate some tables in a JET database housed on a web-server:
- check existing indexes
- change table cluster/primary key
- see what tables exist
- rename tables
- add tables
- drop tables
- browse data
- etc
I don't have the option of installing PlaneDisaster or Access (even if i had it) on the local machine.
I've already written a generic web-based query tool. I'd rather not have to get into writing a whole web-based database maintenance GUI. Someone must have done this already, and probably many times over.