1
I am trying to run the line below, but need to use variables. The line is as follows:
CM.Parameters.Add("desnome", System.Data.SqlDbType.VarChar).Value = USU.xdes_nome;
I need the following:
desnome
by variable Varchar
by variable
USU.xdes_nome
by variable
Someone has a tip on how I can do it?
post the context where that code is, and I don’t understand
"desnome" por variavel Varchar por variavel USU.xdes_nome por variavel
– Rovann Linhalis
I think you misunderstood the use of
Parameters.Add
, you don’t have to pass the type, only the value.– Francisco