I'm trying to alter a table and add a column (integer). The table has 131635 rows of data. When I try to add the column using: Alter table Resd add JobNo Int
I get an error message saying I/O Error-Check for full disk. Thinking the drive may really be too full, I moved the database to an empty 2TB drive and tried again. Still the same error. Then I tried changing the configuration settings, thinking that the drive that holds RBase itself and is used for the temporary files might be the problem. I change the setting to the 2TB drive and save changes. It acts like the settings are changing, says they're saved, but when I check the settings again, they are back to the original settings. When I try the same thing on the same table loaded with less columns, it works fine. Anyone run into this before? Thanks, David Fowler

