G
Guest
I use the parameter command,
cmd.Parameters.Add("@var_new", OleDbType.Int32).Value= t_var;
I receive the error,
CS0117: 'System.Data.OleDb.OleDbType' does not contain a definition for
'Int32'
What's the problem?
cmd.Parameters.Add("@var_new", OleDbType.Int32).Value= t_var;
I receive the error,
CS0117: 'System.Data.OleDb.OleDbType' does not contain a definition for
'Int32'
What's the problem?