Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Pro C: Can I separate sql functions into several programs in Pro C

Re: Pro C: Can I separate sql functions into several programs in Pro C

From: Jacques Raymond Kilchoer <jrkilch_at_costcare.com>
Date: 1997/07/02
Message-ID: <33BAF906.80B5C1D8@costcare.com>#1/1

Jun Wang wrote:

> Hello, Everyone,
>
> I am working on a huge project to access Oracle database.
> I plan to use Pro*C. Can I put sql functions into different
> programs and link them together?
>
> It looks like that Pro*C does not allow you to do so
> because it does not exchange db_connection context among the program.

  I'm not sure if I understand what you are trying to say. Do you mean different source codes (.C files) creating different objects that are linked together in one executable? That's certainly possible. Not all SQL statements need to be in the same source code.

--
 ___                                                               ___
(___)=============================================================(___)
|   | Jacques Raymond Kilchoer           MIS:Applications Support |   |
|   | Assistant DBA               /^\  ^     (714) 729-4500 x3733 |   |
|   | Cost Care, Inc.       /\  _/   \/ \            fax 729-4651 |   |
|   | Newport Beach   /\ /\/  \//     \  \_/\                     |   |
|   | CA 92660       /  \ /    /       \ /   \   Suisse/Schweizer |   |
|___|           ____/____\____/_________\___ _\_______   Svizzero |___|
(___)=============================================================(___)
Received on Wed Jul 02 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US