Any dynamic database frontend tool from which you can update directly?

Posted by Enjoy coding on Stack Overflow See other posts from Stack Overflow or by Enjoy coding
Published on 2010-01-20T13:32:09Z Indexed on 2010/05/19 16:00 UTC
Read the original article Hit count: 155

Hi Gurus,

This is with reference to this question where I got one tabular report format.

I need to update the user entered values correctly back to the same table rows. I am in the process of doing this by using general form post data methods by using some logics which I think will not be easy to maintain. So, just out of curiosity, Is there a front end creator javascript libraries or frameworks which can create the front end for any query's resultset and updates the corresponding rows when the user updates them from front end. This need not have all the full functionality, any one usable, customizable thing will reduce the code maintenance problems. I have googled for some javascript libraris for this but not able to get which will be suitable. Please suggest any useful tools. My environment is Mysql, PHP, JQuery, XAMPP server on Windows. Is JQuery provides one.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about database-queries