标题:请各位大侠帮我看看哪里有问题
只看楼主
jilingxf
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2012-1-23
结帖率:0
已结贴  问题点数:20 回复次数:1 
请各位大侠帮我看看哪里有问题
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>

<body>
<table width="908" border="1">
  <caption>
    猪场设置
  </caption>
  <tr>
    <th width="212" scope="col">项目</th>
    <th width="146" scope="col">单位</th>
    <th width="528" scope="col">内容</th>
  </tr>
  <tr>
    <td>场名</td>
    <td>-</td>
    <td><%
        dim bb,connstr
        connstr="provider=microsoft.jet.oledb.4.0;data source=" & server.mappath ("E:\web\predgree\data\bjlm.mdb")
        set bb=server.createobject ("adodb.connection")
        bb.open connstr
        %>
    </td>
  </tr>
  <tr>
    <td>场代码</td>
    <td>-</td>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html>
搜索更多相关主题的帖子: html 项目 content PUBLIC border 
2012-01-23 13:23
yms123
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:209
帖 子:12488
专家分:19042
注 册:2004-7-17
得分:20 
server.mappath ("E:\web\predgree\data\bjlm.mdb")
Server.mapPath为什么要用绝对的物理路径?
2012-01-29 12:38



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-359967-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.016694 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved