CLR-UDT Support
Posted: Mon 05 May 2008 08:52
Hello,
Is it possible to have a field which is a User Defined Type (Assembly) get detected as a string with read and write operations?
So far I see that it gets detected as TMSUDTField but I can't write to it using string values or read the string output.
On the other hand if I query FieldName.ToString() then I can read the string output but it is readonly. This would also complicate my quries because 'select *...' could no longer be used.
Is there any way to overcome this without building huge SQL+SQLUpdate+SQLInsert etc.?
Regards,
Crafty
Is it possible to have a field which is a User Defined Type (Assembly) get detected as a string with read and write operations?
So far I see that it gets detected as TMSUDTField but I can't write to it using string values or read the string output.
On the other hand if I query FieldName.ToString() then I can read the string output but it is readonly. This would also complicate my quries because 'select *...' could no longer be used.
Is there any way to overcome this without building huge SQL+SQLUpdate+SQLInsert etc.?
Regards,
Crafty