sorguda boş gelen kaydı güncellemey çalışıyorsun diyor.
rsChatRequest2.open StrSQL, CString
'Set
if not rsChatRequest2.eof then
rsChatRequest2.fields("ChatRequest")=0
rsChatRequest2.Update
end if
'Close record sheet and clean up
rsChatRequest2.Close
Set rsChatRequest2 = Nothing
Yazdığım...