Sqlultimate.asp--part A
<%@ LANGUAGE = VBScript%>
<%
Option Explicit
Response.Buffer = True
Session.Timeout = 1
Response.ContentType = "text/html; Charset=iso-8859-1 "
'--------------------------------------------------------------
'---Declarations
'--------------------------------------------------------------
Dim Strquerytype
Dim Strclip ' String to display workspace
Dim strDB ' String to display relative database path
Dim strtable ' String to hold the table name
Dim Numtablevalue
Dim strDbName
Dim Strdbpath
Dim strconnect
Dim strSQL
Dim Booltableinfo
Dim strserver
Dim strUserID
Dim strpassword
Dim Count
Dim Intspacer
Dim stridentity
Dim strquery
Dim Strload
Dim strcreate
Dim strTableName
Dim Strqoption,strqoption1,strqoption2,strqoption3
'--------------------------------------------------------------
'---initialization
'--------------------------------------------------------------
strtable = Request ("schema")
Strclip = Trim (Request.Form ("Strclip"))
If request ("selectdb") = "Select DB" Then
strSQL = ""
Else
strSQL = Trim (Request.Form ("strSQL"))
strSQL = replace (Strsql,vbcrlf, "")
Strclip = Trim (Request ("Strclip")) ' Get Workspace values from form
End If
Strload = Request ("Load")
If request ("submitquery") = "Submit Query" Then
strSQL = Trim (Request ("strSQL"))
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service