Value does not fall within expected range
527141Aug 25 2006 — edited Aug 31 2006Hello,
I have an application built using VB express edition and Oracle XE. In Win2000 machines alone I get a error saying "Value does not fall within expected range". This occurs at the time of running the application from W2K client and also running the source code (from a VB environment) of W2K machine. Any reasons for it to be happening only in W2K and not on XP?
I have installed .NET framework 2.0, OO40, MDAC2.8 etc. on all the client machines before running the application.
In the debug mode, the error occurs on this line
sql="Select * from login where username='...' "
set stem=oradatabase.dbcreatedynaset(sql,0&)
Any suggestion would be very helpful.
Thanks