Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E07)
[Microsoft][ODBC SQL Server Driver][SQL Server]Syntax error converting datetime from character string.
/aa/ddd.asp, line 37
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Page:
POST 65 bytes to /aa/ddd.asp
POST Data:
StartDate=01%2F04%2F2549&EndDate=30%2F04%2F2549&Submit22=+Search+
โดยหน้าที่เขียนมีดังนี้
<font face="MS Sans Serif" size="1"> <%
gPage= 1
gname=request.form ("StartDate")
gname1=request.form ("EndDate")
if gname="" or gname1="" then %> <a href="index.asp">กลับหน้าแรก</a> <% else
%>
<!-- #include virtual="dbconnect.asp"-->
<%
Set RS =Server.CreateObject("ADODB.Recordset")
sql ="Select รหัสลูกหนี้,ชื่อลูกหนี้,มูลค่าขาย,หน่วยขาย from Sale_ALL where วันที่ between '#%"& gname &"%#' and '#%"& gname1 &"%#' ;"
end if