BUG: Object reference not set to an instance of an object.

  • Thread starter Thread starter Ather Ali Shaikh
  • Start date Start date
A

Ather Ali Shaikh

Hi,
I found this error message, when trying to login to my database,
i have tow text boxes 'userid' and 'password' and a button 'login'
it is working perfectly but some time it generates the error messsage
Object reference not set to an instance of an object.

What is it mean?
I am using to authenticate user via stored procedure having two param.

Please REply ASAP.

Regards,
--
Ather Ali Shaikh
Software Engineer
eIntelligence (Pvt.) Limited.
Ph. (+92-21) 2434070, 2415929-30
email. (e-mail address removed)
web. www.eintelligencesoft.com
 
Im still new to all this, but this looks very familiar to a VB6 error....
where an error occurs during the login to the database, the connection is
not opened and then you attempt to use that connection... The error (in VB6)
would generate 'Object or With Variable Not Set'.

Is it possible that an error occurs and you aren't catching it? Especially
since you say it works sometimes and not others.
Hi,
I found this error message, when trying to login to my database,
i have tow text boxes 'userid' and 'password' and a button 'login'
it is working perfectly but some time it generates the error messsage
Object reference not set to an instance of an object.
What is it mean?
I am using to authenticate user via stored procedure having two param.

Please REply ASAP.

Regards,
--
Ather Ali Shaikh
Software Engineer
eIntelligence (Pvt.) Limited.
Ph. (+92-21) 2434070, 2415929-30
email. (e-mail address removed)
web. www.eintelligencesoft.com
 
Back
Top