|
But database doesn't expressly prohibit the non-query open
A minor point as it doesn't apply to the original question concerning
RPG opens), but the Control Language for Files (CLF) product does
allow the direct opening of a database containing BLOBs. With the CL
ReadRcdCLF command you cannot access the contents of the BLOB, but
you can work with all of the "normal" type fields/columns in the
record/row. Somehow I doubt that Jack wants to change his program
from RPG to CL though :) But database doesn't expressly prohibit the
non-query open (though it doesn't make it easy either :) )
Bruce Vining (the author of CLF)
On Fri, Apr 27, 2012 at 12:52 PM, CRPence wrote:
On 27 Apr 2012 10:01, Justin Taylor wrote:
On 26 Apr 2012 10:23, Jack Tucky wrote:
I have a file that has a BLOB in it and I'm trying to read it
using standard Chain and ReadE. I don't need the BLOBs, how
can I drop them or tell the compiler to just ignore them?
Would it work to define I-specs and omit that column?
No. The database expressly prohibits the non-query open
[effectively non-SQL open; i.e. CQE allows open, but IIRC has
limited support beyond accepting the inclusion of the fields as
part of a query] of the file with a record format that has the
unsupported types. What the RPG program claims to be the record
format with its internal descriptions is moot. See msgid: CPF428A
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.