CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2001
    Location
    Islamabad , QAU,Pakistan
    Posts
    61

    Question accessing oracle using c (unix based)

    Hello !

    How can I access oracle database using C . Remember operating system I am using is Unix. Can anybody provide me helping material or any helping website or any article
    Thanks

    Imran

  2. #2
    Join Date
    Jun 2002
    Location
    Letchworth, UK
    Posts
    1,020
    Have a look at Oracle Call Interface It is basically a description of how to connect to Oracle using MFC/Windows. These are just wrappers for OCI. If you unravel the C++ wrappers, you will find a bunch of OCI calls. Just use these in your C program. I know it works from Oracle 7.3.4 upwards. I don't know about earlier versions of Oracle.
    Succinct is verbose for terse

  3. #3
    Join Date
    Oct 2002
    Location
    India
    Posts
    11
    Go to Google.
    Search for
    programmers guide to oracle pro *c/c++ precompiler

    Download the PDF format.
    Its especially written for programmers of Oracle Pro*C ... iv


    Regards
    Debkumar

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