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

Home -> Community -> Usenet -> c.d.o.tools -> ORA-00911 error!

ORA-00911 error!

From: mpowell <mike.powell_at_transcore.com>
Date: Thu, 28 Jun 2001 15:59:24 -0600
Message-ID: <9hg9k9$e6v$1@news.rt66.com>

I am using ADO and trying to connect to an Oracle 8i (I think) database. I seem to connect using my connect string, however, when I submit the following SQL statement I receive an ORA-00911 error. The same query runs fine using the Oracle ODBC 32Bit Test application.

SELECT C.CUSTOMERNO, C.COMPANYNAME FROM A_RCUST C WHERE ENTITY_CODE='DALLAS' ORDER BY C.CUSTOMERNO; Any ideas? Thanks! Received on Thu Jun 28 2001 - 16:59:24 CDT

Original text of this message

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