Field length in RB_FIELD, RB_TABLE, RB_JOIN changeable?
Hello,
would it cause any trouble, if I would change the definitions of some fields
in the tables RB_FIELD, RB_TABLE, RB_JOIN from VARCHAR(60) to VARCHAR(100)
or so?
Currently some of my aliases in RB_FIELD.FIELD_ALIAS are longer than 60
characters and I would like to have them in full length. So my question is,
if that would cause any trouble or not, to create the fields with
VARCHAR(100) or so instead of VARCHAR(60)?
Regards,
Mark
would it cause any trouble, if I would change the definitions of some fields
in the tables RB_FIELD, RB_TABLE, RB_JOIN from VARCHAR(60) to VARCHAR(100)
or so?
Currently some of my aliases in RB_FIELD.FIELD_ALIAS are longer than 60
characters and I would like to have them in full length. So my question is,
if that would cause any trouble or not, to create the fields with
VARCHAR(100) or so instead of VARCHAR(60)?
Regards,
Mark
This discussion has been closed.
Comments
This should not cause any issues granted your database allows and is capable
of the change. The SQL code provided is to be used as a reference to get
the examples working correctly and a starting point for your own
applications.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
thank you, Nico