Conversion string to varchar in C#
433135Nov 24 2004 — edited Nov 25 2004I have a simple problem :
I get an entry from the operator in txtName.Text (Edit zone in C#)
The definition of txtName.Text is string and I need to convert it to VARCHAR before inserting in an Oracle table.
And on the other side for displaying text from a table.
Thanks.