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 bkrike 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: *

  • Users: jjknack
  • Content: Threads
  • Order by date
  1. jjknack

    Getting current windows user name

    Is there a way to get user name for the current user other than getenv("USERNAME"); ? More specifically, who the current application is running as.
  2. jjknack

    Querying Active Directory

    All, I am having a problem getting attributes of a user out of active directory. When I execute my query, I get a profile back (mine), and it tells me the attribute that I queried for, but the value is always null. Any ideas as to why this is? // Open a connection with server. hr =...
  3. jjknack

    Managed class to unmanaged class

    I have a class that is using a managed object to get information from a database. Specifically OracleClient and DataTables/DataRows. I am able to get the information through this class ok, but I must pass it back to a C application that has an unmanaged C++ interface between the two. Long...
  4. jjknack

    Accessing Oracle Database

    Can any one recommend a way to connect to an oracle database? I am looking around and am banging my head against a wall trying to find something that works well. Thanks.

Part and Inventory Search

Back
Top