Hi,
I've got 2 tables to store some custom attributes in my app, Custom_Attribute and Custom_Attribute_Value. The data is stored in a varchar field in Custom_Attribute_Value but the 'true' datatype is stored in Custom_Attribute (i.e. a bit or an int is stored in a varchar).
How can I do a convert based on the value returned from Custom_Attribute.DataType?
Craig
I've got 2 tables to store some custom attributes in my app, Custom_Attribute and Custom_Attribute_Value. The data is stored in a varchar field in Custom_Attribute_Value but the 'true' datatype is stored in Custom_Attribute (i.e. a bit or an int is stored in a varchar).
How can I do a convert based on the value returned from Custom_Attribute.DataType?
Craig