CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2009
    Posts
    1

    VC ++ connecting with oracle how to

    Dear all

    I am an absolute beginner of VC++. My first task is make win32 application which fetch the record from oracle db . so here after installing VC 6 and making win32 application .I need to know the libraries , header file which are necessary for oracle connectivity.

    Regards

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,395

    Re: VC ++ connecting with oracle how to

    Here you'll find the connection strings for Oracle. It's up to you choosing which one would be more appropriate for you depending on what DB-connectivity (ADO, OLE DB, ODBC, ...) you used.
    Victor Nijegorodov

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