Menu

WebSQL limited to SELECT?

Help
2008-03-25
2013-04-30
  • Edwin Clubb

    Edwin Clubb - 2008-03-25

    Whenever I try to run something other than a SELECT statement in WebSQL, I get this response:

    %SQL-E-FROM clause is required

    Does this mean the WebSQL tool only supports SELECT?

    Ed

     
    • K.S. Bhaskar

      K.S. Bhaskar - 2008-03-26

      Ed --

      This is the side effect of an imperfect separation of PIP from Profile (as noted, the engine is mature, but the separation of PIP from Profile is not).  So, yes, WebSQL only supports SELECTs right now.  But any 3rd party tool accessing PIP via the JDBC driver (e.g., DbVisualizer) should have a fully functional SQL editor.

      Regards
      -- Bhaskar

       

Log in to post a comment.