W
WJ
I have an MS/SQL Table with a field defined as "VarBinary(128)" and an
Asp.Net application form with a TextBox that will accept user input as
LastName.
1. I can write the TextBox (LastName) to the MS/SQL table as
convert(VarBinary(128),@LastName).
2. I can read back into my DataSet as "VarBinary".
3. How do I convert the DataSet field from VarBinary back to the
TextBox/LastName field on the Asp.Net form ?
Thanks,
John
Asp.Net application form with a TextBox that will accept user input as
LastName.
1. I can write the TextBox (LastName) to the MS/SQL table as
convert(VarBinary(128),@LastName).
2. I can read back into my DataSet as "VarBinary".
3. How do I convert the DataSet field from VarBinary back to the
TextBox/LastName field on the Asp.Net form ?
Thanks,
John