|
Glenn Add the relevant naming property to your JDBC Url: naming=system; or naming=sql; Cheers Colin.W -----Original Message----- From: Glenn Holmer [mailto:gholmer@xxxxxxxxxxxxxx] Sent: 02 December 2003 16:06 To: Java Programming on and around the iSeries / AS400 Subject: Re: JDBC SQL problem Colin Williams wrote: > Glenn, > > You are running your JDBC connection with naming set to SYS, but you > are using SQL naming in your SQL statement. > > SYS naming uses / > SQL naming uses . > > Set the naming property on your JDBC URL to the one you are using OK, I found how to do that and it works, but that means changing all the other SQL in this program. Is there a way to correct the syntax so that it runs with sql naming? SELECT DISTINCT WIPFPD.WPWIP, WPEDT FROM ACSDBASE2.WIPFPD JOIN ACSDBASE2.WIPFPH ON WIPFPH.WPWIP = WIPFPD.WPWIP WHERE WPDVN LIKE 'JI%' AND WPSTG = 3 AND WPUNT > 0 ORDER BY WPEDT DESC [SQL5001] Column qualifier or table WIPFPH undefined. -- ____________________________________________________________ Glenn Holmer gholmer@xxxxxxxxxxxxxx Programmer/Analyst phone: 414.908.1809 Weyco Group, Inc. fax: 414.908.1601 _______________________________________________ This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l. For the latest on Bertram Books products and services and for up-to-the-minute book news visit www.bertrams.com This e-mail and any attachments may contain information that is confidential and privileged and is solely for the use of the intended recipient. If you are not the intended recipient please notify the sender and delete this e-mail and any attachments immediately
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.