473,785 Members | 2,283 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Invalid Identifier (#904)

Hi,
Anyone have an idea what I am doing wrong? I am using MS Access and I
am creating a Pass Through Query. I get the following error:

ODBC--call failed>
[Oracle][ODBC][Ora]ORA-00904; "B"."RECVDA TE": invalid identifier
(#904)

Here is my code:

SELECT A.CMPSRC, 1 AS COUNTVALUE, B.VALDESC
FROM MDSDBA.CINTAKE A,
MDSDBA.LOOKUPVA LUES B
WHERE
A.INTAKEID=B.ID
AND B.RECVDATE>=to_ date( '01-09-2005','dd-mm-yyyy')
AND B.RECVDATE<=to_ date( '30-09-2005','dd-mm-yyyy')
AND A.CMPSRC IS NOT NULL
GROUP BY
A.CMPSRC;

Thanks in advance!

John

Jan 29 '07 #1
1 5702
Baz
The error is coming from Oracle not Access, but at a guess I would say that
B.RECVDATE is an invalid identifier (presumably doesn't exist in table
MDSBA.LOOKUPVAL UES).

For more in-depth help with Oracle queries you need to be in an Oracle
forum.

"jmarr02s" <jo***********@ illinois.govwro te in message
news:11******** *************@j 27g2000cwj.goog legroups.com...
Hi,
Anyone have an idea what I am doing wrong? I am using MS Access and I
am creating a Pass Through Query. I get the following error:

ODBC--call failed>
[Oracle][ODBC][Ora]ORA-00904; "B"."RECVDA TE": invalid identifier
(#904)

Here is my code:

SELECT A.CMPSRC, 1 AS COUNTVALUE, B.VALDESC
FROM MDSDBA.CINTAKE A,
MDSDBA.LOOKUPVA LUES B
WHERE
A.INTAKEID=B.ID
AND B.RECVDATE>=to_ date( '01-09-2005','dd-mm-yyyy')
AND B.RECVDATE<=to_ date( '30-09-2005','dd-mm-yyyy')
AND A.CMPSRC IS NOT NULL
GROUP BY
A.CMPSRC;

Thanks in advance!

John

Jan 30 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3211
by: ghosh.sujay | last post by:
HI , My application runs fine when I am using SQL Server 2000 as its db, but it gives a message "Invalid attribute/identifier" error when the db is Oracle . Any help in this matter would be appreciated . Thanks ,
2
7603
by: René Pedersen | last post by:
Hi I currently have a problem with registering a new server in my Enterprise Manager on a new PC. I need to connect to a MSSQL2K server on a windows 2003. My current PC is on the same LAN as the server and has no problem registering the server in Enterprise manager. This PC uses NT (about time I change :-) The new PC runs WIN2K. But this PC is on another LAN and has to access the
10
9605
by: =?utf-8?b?QXNiasO4cm4gU8OmYsO4?= | last post by:
I came over this code which puzzled me. Isn't the enum supposed to have an identifier? enum { BT_CONNECTED = 1, /* Equal to TCP_ESTABLISHED to make net code happy */ BT_OPEN, BT_BOUND, BT_LISTEN, BT_CONNECT, BT_CONNECT2,
2
6638
by: dobbouk | last post by:
I'm getting these 2 errors and haven't got a clue whats causing them please java 43: illegal start of type for (i=0;i< Number_of_squares; i++) java 215 identifier expected } heres the whole code
3
7172
by: fazulu deen | last post by:
Hi all, For the following code : file_ptr = fopen("pass_fail.txt", "a"); // error line 393 fdisplay(file_ptr, "Test Passed"); fclose(file_ptr);
1
9320
by: mknoll217 | last post by:
I am recieving this error from my code: The multi-part identifier "PAR.UniqueID" could not be bound. The multi-part identifier "Salary.UniqueID" could not be bound. The multi-part identifier "PAR.UniqueID" could not be bound. The multi-part identifier "PAR.PAR_Status" could not be bound. The multi-part identifier "Salary.New_Salary" could not be bound. The multi-part identifier "Salary.UniqueID" could not be bound. The multi-part...
2
7243
by: =?Utf-8?B?R3JlZw==?= | last post by:
I've added some ICO Images to some buttons on my forms. I added them by selecting an Image via the "Select Resource" window. Anyway, all of my images are working just fine, I am getting a WARNING message that says - Resource Name "Picture Image Name" is not a valid Identifier. I don't understand what this is telling me. I prefer my projects to have no warning messages all and I would like ot fix what ever the problem is here. I have...
6
8567
by: viny2cool | last post by:
Hey guys I am trying to create an trigger, but getting this error. My code is as follows CREATE OR REPLACE TRIGGER vendorpricingTR BEFORE UPDATE OF pricing ON vendors FOR EACH ROW DECLARE ActionVar char(6); BEGIN IF UPDATING THEN
1
1993
by: Anthony Herrera | last post by:
CREATE TABLE CP_INTFDC (ID_ACQ_IIC number(11,0) not null, ID_FWD_IIC number(11,0) not null, ID_INCOMING_TIMER number(6,0) DEFAULT 600 NOT NULL, ID_OUTGOING_TIMER number(6,0) DEFAULT 30 NOT NULL, ID_STDIN_IND varchar2(1) DEFAULT 2 NOT NULL, ); I am having a problem invalid indentifier when i have a default value and also have a not null set it during creation. Please help.
0
9489
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10162
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10101
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8988
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5396
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5528
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4063
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2893
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.