J
Jason Shohet
I want to use the parameters call like this:
cmd.Parameters.Add(new OracleParameter("arg_username"), OracleType.VarChar,
strName, ParameterDirection.Input ));
but the Microsoft OracleClient driver does not allow the above syntax, I
have to provide a ton of other parameters. I see people using the above
syntax in the newsgroups but i don't know how to get it to compile -- my
using clause & project References obviously aren't using the correct
driver....
Thanks
Jason Shohet
cmd.Parameters.Add(new OracleParameter("arg_username"), OracleType.VarChar,
strName, ParameterDirection.Input ));
but the Microsoft OracleClient driver does not allow the above syntax, I
have to provide a ton of other parameters. I see people using the above
syntax in the newsgroups but i don't know how to get it to compile -- my
using clause & project References obviously aren't using the correct
driver....
Thanks
Jason Shohet