Skip to main content
Participant
March 17, 2010
Question

WebBased SQL query builder

  • March 17, 2010
  • 1 reply
  • 4412 views

Hello,
I was wondering if there were any good sql query builders that I can add to my
application. I found a jquery plugin called "Sqlquerybuilder" (http://plugins.jquery.com/project/SQL_QUERY_BUILDER). It's
almost what I need but the saved queries will break if the schema changes since
all of the table columns are stored as integers for point in an array.

Thanks,
tom

    This topic has been closed for replies.

    1 reply

    Participant
    March 19, 2010

    We are in the process of development of Web-based SQL query builder based on jQuery, you may see it's live demo at http://aspquerybuilder.net/

    Initially developed for ASP.NET, it can be easily ported to JSF and ColdFusion in the near future as we already have server-side Java version.