SQL field Widths

solcase

New Member
Can Anyone confirm or deny that chaning the SQL field Width on a field will have NO effect on an application that access the database via 4GL only

Cheers
 

yuben

New Member
i checked the table crc values after changing the sql widths and they did not change. this implies that a recompile of the 4gl code is not required after changing sql widths. simply running compiled 4gl code against a table that has changed will confirm the same.
 
Top