HOME > ASP > ASP Forum > การบันทึกข้อมูล ในการบันทึกข้อมูลถ้าไม่ต้องการให้บันทึกซ้ำโดยใช้ if NOT(RS.EOF) then response.write("รหัส id นี้มีอยู่แล้ว") else
[ASP]
การบันทึกข้อมูล ในการบันทึกข้อมูลถ้าไม่ต้องการให้บันทึกซ้ำโดยใช้ if NOT(RS.EOF) then response.write("รหัส id นี้มีอยู่แล้ว") else
if NOT(RS.EOF) then
response.write("รหัส id นี้มีอยู่แล้ว")
else
แต่ทำไมมันไม่ขึ้น "รหัส id นี้มีอยู่แล้ว"
มันจะขึ้นว่า
Microsoft OLE DB Provider for ODBC Drivers error '80040e2f'
[Microsoft][ODBC Microsoft Access Driver]Error in row
line 32
line 32 คือ Rs.Update