system.data.oracleclient

  1. theAsocialApe

    Question OracleParameter.ParameterName

    does anyone know how to call an oracle procedure without the parametername? ---- We've got some oracle packages that take like 15 parameters. I'm sick of doing this Dim pc As New OracleParameterCollection and then typing Dim a As New OracleParameter("p1", OracleType.Number)...
Back
Top