TableDance: Any table. Anywhere.
Edit the source of this page to define database objects (ie tables, views) you want to manipulate. You need to know object structure (ie name, primary key). Examples based on the mssql 'northwind' database are given below.


This is a DEMO. TableDance is quite insecure and it is a big risk exposing it publicly, but I think the hands-on experience is worth it. One table (Guestbook) has been set up for you to play with. Add/Modify/Delete entries as you like, just please: By the way, it took me 30 minutes to create this demo on the sourceforge servers, from reading the documentation to testing.
Or, you may enter a raw SQL command below. (This is handy for testing the connection defined in your config.cfg file.) It will not be sanitized before it is executed, so do so at your own risk.
Have you enabled your database and dbx modules in php? Click here to check.
More information about TableDance. TableDance is released under the PHP License 3.0.