Let me make my point clearer.
I have a table by name TBL_MEMBER which has mainly 4 fields, NAME, ADDRESS, FATHER'S NAME, DOB. All these fields except DOB are specified as of nvarchar datatype and DOB is of datetime type. My users can enter data either in English or in Chinese. I want to save the data onto a single table. As you mentioned previously, I can manage this by adding seperate table columns that specify language or culture. My question is, can I save the Chinese characters onto the same table? Except for DOB field, I can't make any DateTime format casting.
Thank you for your support.
When the going gets tough...the tough gets going..!!!