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

Home -> Community -> Mailing Lists -> Oracle-L -> C program won't run in 9.0.2.3

C program won't run in 9.0.2.3

From: Ruth Gramolini <rgramolini_at_tax.state.vt.us>
Date: Fri, 29 Aug 2003 06:31:44 -0800
Message-ID: <F001.005CDF94.20030829063144@fatcity.com>


Good morning,

We are trying to run a C program that runs on 8.0.6.3 after compiling it under 9.0.2.3 and we cannot get it to run. Does anyone know of any changes to the C interface with Oracle 9i that we should be aware of? The it errors out everytime when it tries to write an error message with the following lines:

      if ( sqlca.sqlcode != SQL_NO_ERROR )
        {
                if (sqlca.sqlcode == SQL_NOT_FOUND )
                        return(-1) ;
                else
                {
                        LogError_v("SQL ERROR (%d) : [%s]\n" ,
sqlca.sqlcode, sqlca.sqlerrm.sqlerrmc) ;
                        return(-1) ;

and the SQL Error is:

SQL ERROR (1093480496) : [0: no data

but there is data.

Any help would be greatly appreciated!!!!

Thanks in advance,

Ruth Gramolini
Oracle DBA
Vermont Department of Taxes

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Ruth Gramolini
  INET: rgramolini_at_tax.state.vt.us

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Aug 29 2003 - 09:31:44 CDT

Original text of this message

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