G
Guest
I'm doing a project in Winforms VB/Dot 2.0. I have an existing xsd.
What I would like to do is add a calculated field to a table. This column
would simply be a concatenation of 2 other fields, both fixed length char
fields, (The expression field is simply field1name + field2name).
I've never tried this before and I cannot get this to work. The column
declaration is coming through but every value is a null, even though the
other 2 fields have normal (non-null) values.
What might I be forgetting?
What I would like to do is add a calculated field to a table. This column
would simply be a concatenation of 2 other fields, both fixed length char
fields, (The expression field is simply field1name + field2name).
I've never tried this before and I cannot get this to work. The column
declaration is coming through but every value is a null, even though the
other 2 fields have normal (non-null) values.
What might I be forgetting?