|
Nice and Elegant We were also thinking of using a prepared statement Can anyone share their experience ? -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx Sent: Monday, February 26, 2007 3:22 PM To: RPG programming on the AS400 / iSeries Subject: RE: Display file dynamically Here's one way: C/EXEC SQL C+ Declare C1 cursor for C+ Select System_Table_Schema as library, C+ System_Table_Name as file C+ from qsys2/systables C+ Order by C+ case C+ When :SortField='System_Table_Schema' C+ Then System_Table_Schema C+ When :SortField='System_Table_Name' C+ Then System_Table_Name C+ End C/END-EXEC Rob Berendt -- Group Dekko Services, LLC Dept 01.073 PO Box 2000 Dock 108 6928N 400E Kendallville, IN 46755 http://www.dekko.com "Phil Kestenbaum" <pkestenbaum@xxxxxxxxxxx> Sent by: rpg400-l-bounces@xxxxxxxxxxxx 02/26/2007 02:52 PM Please respond to RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> To "RPG programming on the AS400 / iSeries" <rpg400-l@xxxxxxxxxxxx> cc Fax to Subject RE: Display file dynamically How do you access a table where the name of the field to be used in the ORDER BY clause is a variable ? (we are using SQLCobol) EXEC SQL DECLARE my-cursor CURSOR FOR SELECT * FROM my-table ORDER BY :my-order-by-field This message contains information proprietary to our company. It is intended to be read only by the individual or entity named above or their designee. Any distribution of this message or the information contained herein without written permission from our company is strictly prohibited. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail, and delete the original message.
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.