R:Base uses an enforced data dictionary. You cannot create a column with the same name as another column but with a different specification.
> On Aug 17, 2017, at 3:31 PM, Lena Dammstrom <[email protected]> wrote: > > Preparing to convert from 9.5 to RBaseX ver 10.0.2.20731 > Doing some testing to make sure we don’t run into conversion issues. > > Running some old code that creates views > COLCHECK is OFF > When running the code in RB9.5, it creates the views, and does not display > any errors messages/warnings > > When running the same code in RBase X I get error messages/warnings like: > <WARNING> The data type for column OnHand is not compatible with other uses > of that column name (1577) > > So I figured I would just SET ERROR MESSAGE 1577 OFF > Yet I still keep getting these warnings. > > I confirmed that 1577 was off (before running a create view, and after view > was created) > R>set var vlcd2 text = (GETVAL('CheckMessageStatus','1577')) > Value of vlcd2 is OFF > > I even SET ERROR MESSAGES OFF – but still get the warnings. > > Any clues as to what setting I am missing to suppress the warning message? > > Thank you in advance for your time. > Regards > Lena > > > <image238151.JPG> <http://www.qmiusa.com/> > Lena Dammstrom > Software Developer > Email: [email protected] <mailto:[email protected]> > Toll Free: 800-446-2500 > International: 01 630-529-7111 > Extension: 1037 > www.qmiusa.com <http://www.qmiusa.com/> > > > . > This email may contain material that is confidential, privileged and/or > attorney work product for the sole use of the intended recipient. Any review, > reliance or distribution by others or forwarding without express permission > is strictly prohibited. If you are not the intended recipient, please contact > the sender and delete all copies > > -- > For group guidelines, visit > http://www.rbase.com/support/usersgroup_guidelines.php > <http://www.rbase.com/support/usersgroup_guidelines.php> > --- > You received this message because you are subscribed to the Google Groups > "RBASE-L" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

