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!