After changing System.Data.OracleClient to Oracle.DataAccess.Client I get error that "Not all variables bound"

StackOverflow https://stackoverflow.com/questions/19993121

  •  30-07-2022
  •  | 
  •  

문제

All had worked correctly before I did that. May be it a common problem? Which associated with ODP namespace changing?

도움이 되었습니까?

해결책

OracleClient Binds by name by default. ODP.NET binds by position. You will need to set OracleCommand.Bindbyname.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top