(三)关键部分:建立与数据库的联系并将表单中收集到的信息添加到ACCESS数据库中。 ASP代码放在〈%和%>之间。 <% CompanyName = Request("CompanyName") CName = Request("CName") City = Request("City") Tel = Request("Tel
2004-11-07(三)显示/查看数据库记录: <% set dbconnection=Server.CREATEOBJECT("ADODB.CONNECTION") DBPath = Server.MapPath("customer.mdb") dbconnection.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & DBPath 建立与数
2004-11-07RS技术的一个具体例子 在前面的帖子中,我介绍了RS的基本工作原理,显然如果将RS技术运用在一个 网站的设计中将会有很多非凡的作用(尤其是它的那个最大的优点,可以在不刷新
2004-11-07hawkfly 发表于2000-11-8 17:43:只是刚刚写完,未做优化,具体可参照CHINAASP论坛TOP10修改 <% dim rs,sql,IDa,IDb,s,RegUser,a,b,c Set rs=Server.CreateObject("ADODB.recordset") sq
2004-11-07newDoc.asp ---------------------------------------------------------- // Set these to true to enable debugg
2004-11-07Many times we might need some part of code which will access all sub-folders of the server and also all files within the sub-folder. The following line of asp code will map to
2004-11-07Chris Payne September 11, 2000 Everyone knows Ebay is raking in the big bucks. Peer to peer networking is where it's at, and auctions can make some serious money. While finding items to sell and attracting people to your a
2004-11-07