关于ASP+SQL在DW碰到的问题。高手来帮我看下~~
请问下,1:我想在DW中连接SQL,需要怎么做?2:比如说ACCESS中的username的数据类型是“文本”大小50,现我把access转换为SQL后,其数据类型显示为...
请问下,
1:我想在DW中连接SQL,需要怎么做?
2:比如说ACCESS中的username的数据类型是“文本”大小50,现我把access转换为SQL后,其数据类型显示为“nvarchar(50)”然后我的网站就不能登录了,说是这个错误。
错误类型:
Microsoft VBScript 运行时错误 (0x800A000D)
类型不匹配: 'UserLogin'
/system/user/userLogin.asp, 第 11 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; MAXTHON 2.0)
网页:
POST 41 ??? /system/user/userLogin.asp
POST Data:
username=&password=&image.x=24&image.y=15
请指点下,扣拜!
我什么都没有写上,
直接写就点了登录,也是出这个错,正常情况是会出现自动检测表单是否为空。
对了,image.x=24 和image.y=15
这里是什么意思。我在登录时没有设定这些啊。
userlogin.asp 中的内容是
<%
%>
<!--#include file="language.asp"-->
<!--#include file="../../Function/Public.asp"-->
<!--#include file="../../Conn/Conn.asp"-->
<%
Dim UserName,Password
UserName=Request.Form("UserName")
Password=Request.Form("Password")
Call UserLogin(UserName,Password,True)
%> 展开
1:我想在DW中连接SQL,需要怎么做?
2:比如说ACCESS中的username的数据类型是“文本”大小50,现我把access转换为SQL后,其数据类型显示为“nvarchar(50)”然后我的网站就不能登录了,说是这个错误。
错误类型:
Microsoft VBScript 运行时错误 (0x800A000D)
类型不匹配: 'UserLogin'
/system/user/userLogin.asp, 第 11 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; MAXTHON 2.0)
网页:
POST 41 ??? /system/user/userLogin.asp
POST Data:
username=&password=&image.x=24&image.y=15
请指点下,扣拜!
我什么都没有写上,
直接写就点了登录,也是出这个错,正常情况是会出现自动检测表单是否为空。
对了,image.x=24 和image.y=15
这里是什么意思。我在登录时没有设定这些啊。
userlogin.asp 中的内容是
<%
%>
<!--#include file="language.asp"-->
<!--#include file="../../Function/Public.asp"-->
<!--#include file="../../Conn/Conn.asp"-->
<%
Dim UserName,Password
UserName=Request.Form("UserName")
Password=Request.Form("Password")
Call UserLogin(UserName,Password,True)
%> 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询