openedge - What's the right sintax to search for a X(6) format var in Progress 4gl? -


on statement below have error telling me attribute type not compatible with. consult database properties , attribute format x(6). know right sintax ? p.s. tried = '1', eq 1, eq '1', = "1" , eq "1"

for each bd.tablename  bd.tablename.attribute = "1" 

when property/attribute, mean field? if you're talking buffer/table attributes, such type, example, separator should colon, -> :

not period (.), unlike other oo languages. if you're talking field, themaddba correct, , should check data type, it's way safer field format. if still have issue, maybe provide more information , can try further.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -