Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hey all,

 

I'm having an issue connecting to an Oracle database on an ASP.NET page...

 

I'm trying to simply connect to a table and display it in a DataGrid...

 

I get the error "ORA-01005: null password given; logon denied" which would normally lead me to believe that the password is not in my connection string. However, it is. I can connect with a legacy ASP page with no problems. I've tried using OleDB and Oracle dataadapters, connections, etc... and they all end up with the same result...

 

Is there something the database server itself needs in order for me to connect to it w/ .NET?

 

Thanks!

Posted
The connection string checks out - it works with the Generate Dataset and Prieview Data buttons on the Data Design toolbar... Anyhow, I seem to have sorted it out although I'm still unsure of what was causing the error - maybe a caching problem? Thanks for the suggestions :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...