Channel extensions
"Georgina Kucherera" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
Hi I found the messages below when I searched the mailing list archive on the 4JS web site. Was this ever fixed? If so, in which version? I'm experiencing the same problem where the channel read can only get a maximum of 4095 characters. So if a record is longer than 4095 characters, the channel breaks it down. According to Sebastien's reply below, this was registered as request F0216 and this was back in 2000. Thanks. Georgina * From: "Sebastien FLAESCH" <[email protected]> * Subject: Re: Channel extensions * Date: Mon, 10 Jul 2000 11:36:09 +0100 * To: <[email protected]> * References: <006a01bfe76f$ced4c560$8e086264@sergiobk <http://www1.4js.com/html/mlarchive/msg03468.html> > * Reply-To: [email protected] * Sender: [email protected] _____ Registered as request F0216. Yours, Sebastien FLAESCH [[email protected]] Four J's Development Tools [http://www.4js.com <http://www.4js.com/> ] Tel: +33(0)3-88-18-61-24 Fax: +33(0)3-88-18-61-21 ----- Original Message ----- From: Sergio Barkemeyer <[email protected]> To: 4Js Users List <[email protected]> Sent: Thursday, July 06, 2000 6:29 PM Subject: Channel extensions Hi Does anybody use the channel extensions ? When I use it to read a file with variable record length and the maximum record length is 14354 characters. But when I use the function "CALL channel::read( handle, buffer)" and the buffer length is defined with "char(15000)", it retrieves only 4096 characters and on the next read it retrieves the next 4096 characters until the end of record. The delimiter is set to null "CALL channel::set_delimiter( "file1", "")". Does it has any restriction with the buffer size ? How can I increase the size or have another method to retrieve the larger record with one read ? Any comments or suggestions are welcome. Regards, Sergio Barkemeyer <mailto:[email protected]>