Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: SQL, driver or me? (was: Re: Re: [ANN] (but what should I call it?)

From: g:santilli:tiscalinet:it at: 24-Jun-2003 10:47

Hi Hallvard, On Monday, June 23, 2003, 8:24:59 PM, you wrote: HY> Net-log: ["low level read of " 0 "bytes"] HY> Net-log: ["low level read of " 0 "bytes"] HY> Net-log: ["low level read of " 0 "bytes"] HY> Net-log: ["low level read of " 0 "bytes"] HY> Net-log: ["low level read of " 0 "bytes"] HY> Net-log: ["low level read of " 0 "bytes"] HY> Net-log: ["low level read of " 0 "bytes"] HY> Net-log: ["low level read of " 0 "bytes"] HY> Net-log: ["low level read of " 0 "bytes"] Never happened to me with Nenad's mysql://, however, by this trace it looks like the buffer for READ-IO was not big enough. Maybe you could search for it in the mysql-protocol source code and see if you can add to the chars allocated for the buffer (i.e. if it does buffer: make string! len you change it to buffer: make string! len + 2). If it doesn't fix the problem, then the problem is somewhere else. ;-) Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r