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 -> Help: ConText in Pro*C

Help: ConText in Pro*C

From: Leonid Lamburt <leonid_at_cs.bu.edu>
Date: 1997/06/19
Message-ID: <33A98246.45F7@cs.bu.edu>#1/1

I am trying to use ConText CONTAINS clause in C code (7.3.3.0.0)

Something like:

   EXEC SQL SELECT COUNT(*) INTO :emp_count

            FROM emp
            WHERE CONTAINS(emp_name, :some_string) > 0;

PRO*C precompiler (2.2.3.0.0) fails with:   PCC-S-02201, identifier 'CONTAINS' must be declared

I couldn't find any examples in Oracle demos, but they claim on their Web site that "a variety of standard tools can be used, such as Developer/200, Oracle Power Objects and Pro*C"

If anybody knows the answer, please respond to leonid_at_cs.bu.edu

(I can't get any response from Oracle Tech. Support so far)

Thanks in advance

Leonid Received on Thu Jun 19 1997 - 00:00:00 CDT

Original text of this message

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