Hi all.
I got this error when I run the page on localhost.
Error Type:
Error Type:
(0x80020009)
Exception occurred.
/biotec_dwnstairs/sokongan_senarai.asp, line 8
Below is the portion of my code.
The commented shows line 8 where the error is.
VB Code:
<% set gpermohonan = server.CreateObject("adodb.recordset") gpermohonan.open " SELECT * FROM permohonan WHERE sokong IS NULL and jpk = 1 ",conn set gstaf = server.CreateObject("adodb.recordset") gstaf.open "SELECT * FROM staf WHERE id='"&gpermohonan("id")&"'" ,conn 'line 8 %>
Why the error occur?
Can anyone help me correct the error?
Thanks in advance.




Reply With Quote