|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
问题是他们究竟是喜欢他们是使用软件时,速度快还是速度慢好.(当然在3秒以内).无论是他们输入资料时,查找资料时,分析资料时.
EverwanttoknowhowtodisplaythecontentsofatextdocumentusingASP.Hereisaeasywaytoread
fromatextfile
<!--StartofASPCode---->
<%
byJamesSeymour,http://jamesdot.org
Dimwrite
DimfileSysObj,tf,read
Readtheread.txt
StorethefilenamewheretheInformationisstoredintoavariablecalledread
read="read.txt"
Retrievethefullpathofthereadfile
read=LEFT(Server.Mappath(Request.ServerVariables("PATH_INFO")),InStrRev(Server.Mappath
(Request.ServerVariables("PATH_INFO")),""))&read
CreateaninstanceofFileSystemObjectandstoreitintoavariablecalledfileSysObj
SetfileSysObj=createObject("Scripting.FileSystemObject")
Checkwhetherthereadfileexists
IF(fileSysObj.FileExists(read))Then
ifthefileexists,thenopenitforreading
Settf=filesysobj.OpenTextFile(read,1)
read=tf.ReadLine
tf.Close
ELSE
ifyoucantfindread.text,displaydefaultmessage
read="Icantfindthefileread.txt!Sothisismydefaultmessage."
ENDIF
%>
tablethedisplaystheread.txtfile
<divalign="center">
<center>
<tableborder="0"width="40%"cellspacing="0"cellpadding="0">
<tr>
<tdwidth="100%"bgcolor="#EEEECC"><B><%=read%></B>
</td>
</tr>
<tr>
<tdwidth="100%">
<!--EndoftheASP-->
usethecodeabove,clickanddragyourmouseoverthecodetohighlightit.Thenrightclickonthe
highlightedcodeandclick"Copy."Nowyoumaypasteitintoyourcodeeditor.
因为现在数据库都使用标准的SQL语言对数据库进行管理,所以如果是标准SQL语言,两者基本上都可以通用的。SQLServer还有更多的扩展,可以用存储过程,数据库大小无极限限制。 |
|