I am using a class that uses a UDT that contains fixed length strings. When the class is initialized, the strings are assigned characters that look like little bars. If I assign a string to the properties everything works fine. My problem is that if I do not assign anything to the property, when I write to the database using the class, the fields in the db get the bars. Does anyone know how to correct this? I would like the db fields to get <NULL> instead of the bars.