× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Ah, that explains why your sql statement doesn't blow up on the where
clause.

So this intermediary program leaves you in some kind of parallel CW
universe where all the field definitions are different ?  Is there no
item master file available to you there ? 

In the regular CW world, I would have done your query like this:

SELECT A.ASCOMP AS COMPANY,
TRIM ( A.ASBECD ) AS ITEM,
B.AREOTX AS ITEMDESCRIP
FROM CWMPDTA.INIOFR A INNER JOIN CWMPDTA.INITEM B
ON A.ASCOMP = B.ARCOMP and A.ASBECD =  B.ARBECD
WHERE A.ASCOMP = 1


|-----Original Message-----
|From: midrange-l-bounces+gfleming=evergladesdirect.com@xxxxxxxxxxxx
|[mailto:midrange-l-bounces+gfleming=evergladesdirect.com@xxxxxxxxxxxx]
On
|Behalf Of DebbieKelemen
|Sent: Thursday, March 23, 2006 3:16 PM
|To: 'Midrange Systems Technical Discussion'
|Subject: RE: SQL Select Statement in a Stored Procedure Question -
|GotFuther-But....
|
|Greg,
|
|We are using another program in between.
|
|Deb
|
|
|


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.