CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2000
    Location
    austin
    Posts
    101

    using ODBC API in a dialog project

    ok, i included sql.h and sqlext.h, but i get linking errors (unresolved external symbols) when i use SQLAllocEnv(), SQLAllocConnect(), or any of the ODBC API functions. what library do i need to link to? thanks

    -christopher bottaro
    [email protected]
    [email protected]
    [email protected]

  2. #2
    Join Date
    Oct 1999
    Location
    Broomfield, CO
    Posts
    3,382

    Re: using ODBC API in a dialog project

    ODBC32.LIB


  3. #3
    Join Date
    May 1999
    Location
    Wisconsin, USA
    Posts
    953

    Re: using ODBC API in a dialog project

    You also need to include odbcinst.h in your project.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured