I have a problem with my VB APPLICATION.
I am executing this code
-------------
With orditem.adorditem
.CommandType = adCmdUnknown
.RecordSource = "Select * from orditem where ordno='" & ordfield(0) & "'"
.Refresh
End With
-----------
it is working fine for a couple of times but the giving a error "Method refresh of Adodc Failed".........
after this error vb is terminating automatically, before terminating this error is flashed
---------------------------------
VB6.exe - Application error
The instruction at "0x007015c8" referenced memory at "0x007015c8". The memory could not be "read".
Click ok to terminate & cancel to debug..
---------------------------------
I will be greatfull to the person who can solve this problem.
Thanks In advance - Rohan


Reply With Quote