|
This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] Dear Guys, My SQLRPG have a declare cursor statement as follows, DECLARE A1 CURSOR FOR SELECT GSVL01.SVSGMN, GSVL01.SVLDES,GSVL01.SVSGVL ,GCRL01.CRDESC FROM GSVL01,GCRL01 WHERE (GCRL01.CRSG03=GSVL01.SVSGVL) AND (GSVL01.SVSGMN='ACCOUNT') AND (GSVL01.SVLDES <> GCRL01.CRDESC) AND (GCRL01.CRDESC NOT IN (SELECT GCRL01.CRDESC FROM GCRL01 WHERE GCRL01.CRDESC= AND (GCRL01.CRDESC <> 'Invalid Account' AND GCRL01.CRDESC <> ' ÎÞЧ¿ÆÄ¿ ') ORDER BY 3 the problem is if I ommit the chinese character condition, the statement is ok to retriver data, but including it,no data selecting, Why and How to handle it? Any Suggestion? Thanks a lot. Ping China --
As an Amazon Associate we earn from qualifying purchases.
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.