|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
国内有些大的CRM厂商的ASP就写得不错.无论是概念还是它里面用JAVASCRIPT的能力.并不是说现在的程序员用了ASP.NET来写程序就可以说自己高档了查询剖析sqlultimate.asp--PartC
<html>
<head>
<title>BuildSQL</title>
<!--#includefile="DataTypeLib.asp"-->
<scriptlanguage="JavaScript1.2"type="text/javascript">
<!--
functionaddField(field){
strField=document.sqlForm.strSQL.value;
strField=strField+"["+field+"]";
if(confirm("Add"+field+"?"))
document.sqlForm.strSQL.value=strField;
}
//-->
</script>
</head>
<bodybgcolor="#f4e1d2">
<%
Ifrequest("createTable")"CreateTable"Then
response.write("<formname=""sqlForm""action=""sqlultimate.asp""method=""POST"">"&vbCrLf)
EndIf
Ifrequest("createTable")="CreateTable"Then
callcreateTable()
ElseIfstrServer=""Orrequest("showConnectdb")="Connect"Then
%>
<h2align=center>LogintoDatabaseServer</h2>
<palign=center>
Server:<inputname="sqlserver"type="text"value="<%=strServer%>"><br>
UserName:<inputname="log_in"type="text"value="<%=strUserID%>"><br>
Password:<inputname="user_password"type="password"value="<%=strPassword%>"><br><br>
<inputtype=submit>
</p>
<%
ElseIfrequest("savequery")="SaveQuery"andstrSQL""Then
callsaveQuery(strSQL,request("booltableinfo"))
Else
%>
<h3align=center>Server:<fontcolor=Purple><%=strServer%></font>,
Databaseis:<fontcolor=Purple><%=strDB%></font>,
Useris:<fontcolor=Purple><%=strUserID%></font></h3>
<tableborder="0"cellspacing="0"width="100%">
<tr>
<tdvalign=topbgcolor=#f0f3b1width="60%"><b>SQLQuery</b></td>
</td>
<tdvalign=topbgcolor=#cbf3bbwidth="40%"><b>WorkSpace</b>
</td>
</tr>
<tr><tdbgcolor=blackcolspan=2>
<%
IfstrDB""Then
callgetIdentity(strServer,strDB,strUserID,strPassword)
calltableDropDown(strDB,strUserID,strPassword)
%>
<selectname=sqlType>
<optionvalue="Select"<%=strQOption1%>>Select</option>
<optionvalue="Insert"<%=strQOption2%>>Insert</option>
<optionvalue="Update"<%=strQOption3%>>Update</option>
</select>
<inputtype=submitname="createSQLStatement"value="Create">
<inputtype=submitname="createTable"value="CreateTabl</p>ASP.NET和ASP的比较,技术上比较已经没什么可说的了.新一代在大部分程度来说当然是比旧一代好了.关键看你对所做软件的理解了.因人而定.会写的话也可能比ASP.NET写得更有效率和更方便重用 |
|