易截截图软件、单文件、免安装、纯绿色、仅160KB

ASP+ACCESS输出问题

为什么输出结果是这样呢?

%@ Page Language="VB" AutoEventWireup="false" aspcompat="true"  CodeFile="Default.aspx.vb" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>读取数据 </title>
</head>
<body>
<%
    Dim conn
    conn = Server.CreateObject("adodb.connection")
    conn.open("driver={microsoft access driver (*.mdb)};dbq=" & Server.MapPath("xsw.mdb"))
%>
    <%
        Dim exec, rs
        exec = "select * from Stu"
        rs = Server.CreateObject("adodb.recordset")
        rs.open(exec, conn, 1, 1)
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<%do while not rs.eof%> <tr>
<td> <%=rs("学号&quo


相关问答:

asp伪静态 - Web 开发 / ASP

我找了一个伪静态代码,如下:
index.asp
<!--#include file="config.asp"-->  
<ol>  
<%  
Set rs=server.CreateObject("adodb.recordset") & ......

三年ASP开发开发经验,现在找工作,,,

本人有三年开发经验,现在找工作(厦门),,,有意者请联系QQ:523054271
1.5年工作经验找工作 他要多少  我要一半~~

别说三年的了...就是5年的也一抓一大把.....

俺需要用asp+access做一个进销存软件,您能做 ......

简单问题,asp变量怎么写进avascript里面啊

有两个变量 imgUrl1和imgUrl2
Url1="images/1.jpg"
Url2="images/2.jpg"
有个javascript程序,想把Url1和Url2带到javascript里面的imgUrl2和imgUrl2,不知道怎么弄
<script type="t ......

求助高手帮我把一小段PHP代码转换成ASP的

<?php
if($_SERVER['HTTP_REFERER']!=''){
  @header("Content-type:image/jpeg");
  echo file_get_contents("xlight.jpg");
}
else{
  @header("location:ht ......

asp.net中可输入的下拉框的问题 - .NET技术 / ASP.NET

Imports System.ComponentModel
Imports System.Web.UI
Imports System.Web.UI.Design
Imports System.Web.UI.WebControls
Namespace CBDAspNet.WebControls.HTML
  ''' <summary>
  '' ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号