回 帖 发 新 帖 刷新版面

主题:救命啊~~请帮忙看一看~ 很急,在线等~~~!

<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="gb2312" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<%@ Import Namespace="System.Data" %>
   <%@ Import NameSpace="System.Data.SqlClient" %>
   <script laguage="VB" runat="server">
   sub page_load(sender as Object,e as EventArgs)
   Dim myConnection As SqlConnection
   //Dim myCommand As SqlCommand
  // Dim ds as DataSet
   //'1.connect to sql server
   myConnection = New SqlConnection( "server=localhost;database=wbsite;uid=sa;pwd=13922384498" )
   myConnection.Open()
   la1.text="Connection Opened!"
   
   //'2.Create a table
   myCommand = New SqlCommand( "CREATE TABLE [test] ([id] [int] IDENTITY (1, 1) NOT NULL ,[name]
   
   [char] (10) COLLATE Chinese_PRC_CI_AS NULL ,[sex] [char] (10) COLLATE Chinese_PRC_CI_AS NULL
   
   )", myConnection )
   myCommand.ExecuteNonQuery()
   la2.text="New table created!"
   </script>
</body>
</html>


这是文件的全部代码,帮忙看看那里错了~~~~

回复列表 (共5个回复)

沙发

可能是server=localhost变为server=(local),因为我是C#编程,不会VB所以不知道你的是否还有其他不对地方。

板凳

哦~~那了也谢你了~~

3 楼

la1,la2好像没有定义吧.

4 楼

请把错误提示写出来

5 楼

问题已解决,谢谢各位的帮忙!

我来回复

您尚未登录,请登录后再回复。点此登录或注册