|
I guess I wasn't very clear on what I was trying to accomplish.criteria used for a substitution parameter in the where clause of the
The variable-length field is not in the database. It is a selection
This is provided by the OPEN USING DESCRIPTOR :SQLDA statement.the comparison is field = ?
This process works fine when the variable is a numeric or fixed-length and
?
But in this case I am trying to SELECT FLD1, FLD2, FLD3... WHERE FLD2 like
and have the OPEN USING DESCRIPTOR :SQLDA provide the value found in thevariable length field, which could be anything from 1 to 15 characters. I
am just having trouble getting the OPEN to work if the field is avariable-length. I don't know how to determine the SQLLEN to use.
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.