Benjamin, Did you see Razzak's note about the Database Conversion Guide, and its documented step by step process? If you did not upgrade your database and application with the help of that document, and you see problems in some places, there may be other problems other places that you don't see yet.
I would recommend that you start over with the steps in the Guide. But yes, if you make sure your character settings are compatible, you can OUTPUT <filename.str>; UNLOAD STRUCTURE or UNLOAD ALL for a table in the old version. (Then edit the file, to be sure its CREATE SCHEMA statement names the new name of your new database). DROP any corrupt versionof the same table in the new database, and RUN <filename.str> Bill On Fri, Mar 14, 2014 at 9:06 AM, Benjamin Strickland <[email protected]>wrote: > Bill, I am using the Evaluation Product for now. > > Benjamin > > > On Fri, Mar 14, 2014 at 7:06 AM, Bill Downall < > [email protected]> wrote: > >> Benjamin, >> >> Show us the exact change in the structure. In your old version of R:BASE, >> connect to a pre-conversion copy of the database and unload the structure >> of that table for us, and paste the CREATE TABLE (or appropriate portion of >> the CREATE TABLE) command into a message. >> >> Then do the same thing in the current version of R:BASE with the >> post-conversion copy. >> >> Thanks. >> >> Bill >> >> >> >> On Fri, Mar 14, 2014 at 6:53 AM, Benjamin Strickland < >> [email protected]> wrote: >> >>> I have converted a database and I've discovered the computed fields did >>> not carry over. I am now attempting to input those computed expressions in >>> the proper fields of each table and RB95 will not allow me to open the >>> Design Table" feature to input that expression. I also noticed I cannot >>> delete any data from that table. >>> >>> What am I doing wrong? Will I need to create those tables again? >>> >>> Benjamin >>> >> >> >

