|
|
|
ค่าที่ว่างอยู่ใน access จะทำให้ Error แก้ไขยังไงครับ |
|
|
|
|
|
|
|
if objRS.EOF Then
Response.write("Record Not Found")
else
sum=objRS("sum")
l=Len(sum)
For i = 1 to l --------(มันฟ้องว่าผิดบรรทัดนี้ครับ)
num = Mid(sum,i,1)
Next
Set RS=Server.CreateObject("ADODB.Recordset")
RS.open Sql,Conn,1,3
rs("sum")=sum+1
rs.Update
response.write(sum)
end if
|
|
|
|
|
Date :
12 เม.ย. 2548 09:14:07 |
By :
@W_IN |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|