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 IamaSherpa 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: pkane
  • Order by date
  1. pkane

    stupid MFC AppWizard!

    When I have experienced this error it is because there is a missing brace "}". So it appears to the compiler that another function is starting before the previous one has ended. -Pat Kane
  2. pkane

    Class Wizzard for .Net

    Change your function to return a BOOL.
  3. pkane

    ODBC error

    Have you turned on trace? You could also try setting the version. The ODBC API call is... SQLSetEnvAttr( ghEnv, SQL_ATTR_ODBC_VERSION, (SQLPOINTER)SQL_OV_ODBC3, 0 ); where ghEnv is your environment handle. Good luck!
  4. pkane

    Get data from a text file with ODBC

    I am assuming you actually checked the permissions on the file and that the file was not open in another program (editor).
  5. pkane

    Copy oracle db to access db using odbc

    1. Make an ODBC connection to Oracle database 2. File -> Get External Data -> Import... 3. Once dialog appears, change "Files of Type" to ODBC Databases(). It is usually the last option. 4. You will be prompt to select a datasource and log in. 5. Select all tables desired... and follow...
  6. pkane

    Setting Host name with ODBC API

    Does anyone know how to set the host name attribute of the ODBC connection using the API? I am using a blind login to a database. Unfortunately, the DBAs only see the one user id as being connected to the database. If you fill in the host name in the ODBC configuration with the user ID or...

Part and Inventory Search

Back
Top