where to download the Oracle driver?

  • Thread starter Thread starter Jason Shohet
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top