|
MWalter=noMgtr8zgTcanlnWow0HJg@public.gmane.org wrote:
I am having trouble using a variable length field. I have a web app that brings in a text area. When I try to populate the variable length field in the database, I get an RNX0115. Any ideas??
You're probably treating a fixed length string as a varying length string, or vice versa. If you receive a string from a HTTP request, it is a fixed length string, and should be received in a fixed length string variable in your program. You can then assign that variable to a varying length variable, and RPG will set the length appropriately. Cheers! Hans
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.