Pages

Monday, February 27, 2012

Welcome

This is blog about my web application for SQL Server data management.

Demo application:
http://webdbinterface.tk-osmica.hr
Password: DEMO

1. What does it do?

1.1. Basic functions
- You get list of all tables in your database.
- Select table and you can: select, insert, update or delete records.
- Quick search for records.

1.2. Advanced functions
- when editing records, use column mapping for refernecing records from other tables
- write any query against database.

2. How does it work?
You just set ConnectionString for your database, and you are ready to go!

3. Who is it for?
If you need to change data in database, this is for you.
Basic knowlede of database design is required.
Not for end-user.


Application adress:
http://webdbinterface.tk-osmica.hr
Password: DEMO

If there will be interes, I'd be glad to add new functionality, and put code for download.
All comments welcomed! :)

ScreenShot1