rzr Member Apr 19, 2011 #1 Hello... is there a restriction on what the max lenght of a field name should be? can a field name be 16-20 characters in lenght ? ex: XXX-XXX-XXX-XXX 10.2A / Windows
Hello... is there a restriction on what the max lenght of a field name should be? can a field name be 16-20 characters in lenght ? ex: XXX-XXX-XXX-XXX 10.2A / Windows
RealHeavyDude Well-Known Member Apr 19, 2011 #2 Yes there is. The limit for the length of names of database objects is 32 characters. As of 10.1c this is also true for temp tables. Heavy Regards, RealHeavyDude.
Yes there is. The limit for the length of names of database objects is 32 characters. As of 10.1c this is also true for temp tables. Heavy Regards, RealHeavyDude.
TomBascom Curmudgeon Apr 19, 2011 #4 "-" is problematic when dealing with data servers and SQL-92 access. It is better to use "_".
RealHeavyDude Well-Known Member Apr 19, 2011 #5 IMHO it is bad practice. As soon as you leave the 4GL world chances are that hyphens are not supported without a fuzz by the other technologies, most prominently SQL, Java ... Heavy Regards, RealHeavyDude.
IMHO it is bad practice. As soon as you leave the 4GL world chances are that hyphens are not supported without a fuzz by the other technologies, most prominently SQL, Java ... Heavy Regards, RealHeavyDude.
RealHeavyDude Well-Known Member Apr 19, 2011 #6 There are also other features which are problematic in other technologies like having database fields with extents (1-dimensional array) ... Heavy Regards, RealHeavyDude.
There are also other features which are problematic in other technologies like having database fields with extents (1-dimensional array) ... Heavy Regards, RealHeavyDude.