Hello,
I dunt know whether this is the right place for the VBb.NET EXPRESS EDITION
******
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&)
I have been trying in each and every forum without any luck.
Thanks
I dunt know whether this is the right place for the VBb.NET EXPRESS EDITION
******
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&)
I have been trying in each and every forum without any luck.
Thanks