G
Guest
hi there,
I found in the literature the C# line below:
dataAdapter.UpdateCommand.Parameters.Add("Subscriber", OleDbType.Char, 0,
"Subscriber");
Does the above mean that the value to be updated to field "Subscriber" is of
type 'Char' and that it can have ANY length?
I found in the literature the C# line below:
dataAdapter.UpdateCommand.Parameters.Add("Subscriber", OleDbType.Char, 0,
"Subscriber");
Does the above mean that the value to be updated to field "Subscriber" is of
type 'Char' and that it can have ANY length?