Razzak, please could you confirm whether after setting this variable and subsequently disconnecting is there any need to set the variable again during the session or does it remain in force all the time?
Also, I have sometimes had the same error message when inadvertently trying to save data when the database is connected in read-only mode. Thanks and regards, Alastair. ----- Original Message ----- From: "Charles Parks" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Monday, March 17, 2003 2:25 PM Subject: [RBASE-L] - Re: I/O Error - Razzak's Reply The source my error appears to be I had an incorrect variable in the union select's where clause. -----Original Message----- From: A. Razzak Memon [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 7:36 AM To: [EMAIL PROTECTED] Subject: [RBASE-L] - Re: I/O Error - Razzak's Reply At 07:06 AM 3/17/2003 -0600, Charlie Parks wrote: >What could cause the following error: >-ERROR- I/O problems - Check for a full disk. (2009)? > >There is plenty of space left on the drive. Charlie, You need to increase the size for default buffers that read and store data from permanent tables and views. SET VAR MICRORIM_F2MAXBLK=16 Setting the number of buffers higher allows R:BASE to read larger amounts of data from disc and hold larger amounts of data in memory. MICRORIM_F2MAXBLK must be SET before connecting to a database. It can be cleared after the database is connected and still be in effect. Example: SET VAR MICRORIM_F2MAXBLK=16 CONNECT dbname IDENTIFIED BY Owner Password Enjoy and make sure to have fun! Very Best Regards, Razzak. P.S. Among a few Engine Level fixes, the upcoming In-Line Patch-5 (Build:1.866xRT03), currently under private beta, includes the FIX for I/O Error.

