I'm in the process of migrating from C/SIDE to SQL, during testing (migrate.fob) I have received a number of code field issues that will occur when I migrate, such as the known sorting sequence difference between C/SIDE and SQL. These particular code fields hold both alphaumeric and integer values, I was considering making use of the SQL Data Type 'Variant' which is a property within each field which sorts the data into alphanumeric then integer. Does anyone know any side effects of using the Variant SQL Data Type?
Thanks
Michael
0
Comments