Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. WILLISP

    A question about classes

    I tried the same code and it works ok, so I don't see anything wrong with how you are coding it. However, you might want to explicitly specify Public in front of New, but I'm not sure if this makes a difference. Paul
  2. WILLISP

    System.Data.OracleClient Exception

    I am trying to connect to an Oracle database from a Windows App created with VB.Net. I am using System.Data.OracleClient. At connection.Open(), an exception is thrown that says, "System.Exception: Could not create an environment: OCIEnvCreate returned -1." What does this mean and...
  3. WILLISP

    ASP.net with oracle

    I finally figured this one out. The problem was with the permissions of the asp.net user, it was not able to access the tnsnames.ora file. The location of the tnsnames.ora file is specified in the registry under HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE, the TNS_ADMIN key points to it. The asp.net...
  4. WILLISP

    ASP.net with oracle

    Brian, I'm using System.Data.OleDb. Paul
  5. WILLISP

    ASP.net with oracle

    I am using the following code in both a windows app and an ASP.Net app: Private m_cmd As System.Data.OleDb.OleDbCommand Private m_con As System.Data.OleDb.OleDbConnection dim connectionString as String connectionString = "Provider=MSDAORA.1;User ID=myId;Data Source=PRD1;" Try...

Part and Inventory Search

Back
Top