Jump to content
Xtreme .Net Talk

Syko10-96

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Syko10-96

  1. Perhaps... Options -> Environment -> Fonts & Colors? :)
  2. I can see 2 things wrong here... Your WHERE clause has to be before your ORDER BY clause. Also, 'Green' needs to be inside the quotes with the rest of your statement... i.e. "Select au_id, au_lname, phone From Authors WHERE au_lname = 'Green' Order by au_lname" HTH
  3. 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 :)
  4. 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!
×
×
  • Create New...