Errors Occured
-
Hi gurus, I have a problem in programming thru VB and Oracle. I have created a class Module thru which I am retriving Database fields While retriving a particular Date Field, I am getting an Error 'Errors Occured' (Not for all Date Fields). When try to look Quick Watch in the value box it shows empty, if I try isnull(rs.fields(1)) it returns false, if I try isempty(rs.fields(1)) it returns false, if I try isobject(rs.fields(1)) it returns true Please go thru it and help me
-
Hi gurus, I have a problem in programming thru VB and Oracle. I have created a class Module thru which I am retriving Database fields While retriving a particular Date Field, I am getting an Error 'Errors Occured' (Not for all Date Fields). When try to look Quick Watch in the value box it shows empty, if I try isnull(rs.fields(1)) it returns false, if I try isempty(rs.fields(1)) it returns false, if I try isobject(rs.fields(1)) it returns true Please go thru it and help me
Could you post the code please?