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