Thread: PL/SQL package calls in C Code

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    2

    Question PL/SQL package calls in C Code

    Hi All
    I am developing a program to run on a UNIX box am busy researching on PL/SQL packages. What I want to know is it possible to:

    1) Call a package Directly from my C code or program.

    2) Can I pass the parameters from C to the package.

    I would preferable not like to use the EXEC SQL command as I have a number of packages and would not like to code them all in C.

    Is it possible or am I MAD

  2. #2
    Registered User Strider's Avatar
    Join Date
    Aug 2001
    Posts
    149
    One Ring to rule them all, One Ring to find them,
    One Ring to bring them all and in the darkness bind them
    In the Land of Mordor where the Shadows lie.

  3. #3
    Registered User
    Join Date
    Nov 2002
    Posts
    2

    Thumbs up Thanks

    Thanks Dave

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. making programms faster
    By deian in forum C Programming
    Replies: 23
    Last Post: 10-09-2004, 12:19 AM
  2. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  3. True ASM vs. Fake ASM ????
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-02-2003, 04:28 AM
  4. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM
  5. Replies: 4
    Last Post: 01-16-2002, 12:04 AM