Thread: C Pro

  1. #1
    oracle_progr
    Guest

    C Pro

    my question is how to Use C with oracle database .

    I know that C pro is the C compiler to use with oracle ,but is it some thing different that the normal C compiler

  2. #2
    orcl_prgmr
    Guest

    Pro*C for oracle

    Hi, First of all it's Pro*C and not C Pro. Search in technet.oracle.com for more information. It's a pre-compiler which converts a ".pc" code with embedded SQL staements into a ".c" program.

    You'll use your normal "c" compiler to generate the object file or executables.

  3. #3
    oracle_progr
    Guest

    Thanks

    Thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Differing versions of XP Pro?
    By Davros in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 10-02-2002, 11:19 AM
  2. Home vs. Pro
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 01-08-2002, 06:37 AM
  3. Visual c++ / Visual Fox Pro
    By unanimous in forum C++ Programming
    Replies: 0
    Last Post: 12-25-2001, 01:32 PM