<% '============================================================== ' TableEditoR 0.81 Beta ' http://www.2enetworx.com/dev/projects/tableeditor.asp '-------------------------------------------------------------- ' File: te_query.asp ' Description: Asks for an SQL statement to be executed ' Initiated By Hakan Eskici on Nov 01, 2000 '-------------------------------------------------------------- ' Copyright (c) 2002, 2eNetWorX/dev. ' ' TableEditoR is distributed with General Public License. ' Any derivatives of this software must remain OpenSource and ' must be distributed at no charge. ' (See license.txt for additional information) ' ' See Credits.txt for the list of contributors. ' ' Change Log: '-------------------------------------------------------------- ' # Mar 31, 2001 by Hakan Eskici ' Added security check ' # May 30, 2002 by Rami Kattan ' SQL Builder, for making SQL statements easily, under development '============================================================== %>
Home » Connections » "><%=arrDesc(request("cid"))%> » Run Query <% if bProtected then response.write session("teFullName") response.write " (logout)" end if %>

<% if bSQLExec then %>
" method="post"> <% if bJSEnable and bSQLBuilder then bAdd = True sAdd = "&add=1" sAction = "Create new Query" %> <% else %> <% end if %>
Query Builder      <SELECT> <FROM> <WHERE> <GROUP BY> <HAVING> <ORDER BY>
Query returns records

<% else %>

You don't have permission to execute sql statements.

<% end if %>