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

Home -> Community -> Usenet -> comp.databases.oracle -> ORA-00937 error

ORA-00937 error

From: Jeremie <jmeitz_at_hotmail.com>
Date: 18 Mar 2004 09:56:02 -0800
Message-ID: <1cb4c644.0403180956.18805158@posting.google.com>

When I run this simple sql statement out of VB 6.0 i get the ORA-00937 error.

select count(*) as SeqNbr from tca_plant_assgn where empID = '14995' and outage_cd = 'C10BO'

if I leave off the where clause it works fine. If I put the first SQL statement directly into Oracle it works fine. Not sure why it wont work out of VB 6? Received on Thu Mar 18 2004 - 11:56:02 CST

Original text of this message

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