error fail

  • Thread starter Thread starter Mary Michelle chelli brock via DotNetMonster.com
  • Start date Start date
M

Mary Michelle chelli brock via DotNetMonster.com

I have an application in c# with oracle db, when i try to login
(autenticate the user and password) it shows me an error message :
erro_fail :(0x80004005) i don't think it is a problem with the db...
If some one knows what can be the problem ????
 
mary - there could be so many things here it's hard to tell based just on
whta you posted. I'm guessing the problem is when you try to open the
connection? Have you done all the obvious stuff like verify that the
account you're using is legit and has the necessary permissions? Are you
try catching the exception? If not, try catch it and see what the exception
tells you.
 
Back
Top