home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / sambar / _setup.1 / sql.stm < prev    next >
Text File  |  2001-02-18  |  836b  |  36 lines

  1. <HTML>
  2. <BODY bgcolor=#ffffff>
  3. <SCRIPT language="JavaScript">
  4. <!--
  5. function Form_Validator(theForm)
  6. {
  7.     if (theForm.sql.value == "")
  8.     {
  9.         alert("Please enter a value for the \"SQL\" field.");
  10.         theForm.sql.focus();
  11.         return (false);
  12.     }
  13. }
  14. //-->
  15. </SCRIPT>
  16.  
  17. <A TARGET=_top HREF="/sysadmin/index.stm">
  18. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  19. <CENTER><FONT SIZE=5 COLOR=#800000>Interactive SQL</FONT>
  20. <P>
  21. <FORM METHOD=POST ACTION="/sysadmin/isql/data.stm" TARGET=data onsubmit="return Form_Validator(this)">
  22. <TABLE border=0>
  23. <TR><TD>
  24. <FONT SIZE=+1 COLOR=#000080>DBMS Cache:</FONT> 
  25. <SELECT NAME="dbcache">
  26. <RCXdbcachelist></SELECT>
  27. <BR>
  28. <TEXTAREA NAME="sql" ROWS=4 COLS=60></TEXTAREA><BR>
  29. <INPUT TYPE=submit VALUE="Execute SQL">
  30. </TD></TR>
  31. </TABLE>
  32. </FORM>
  33. </CENTER>
  34. </BODY>
  35. </HTML>
  36.