Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我这样做之前,一切都正常工作。可能是一个普遍的问题?哪些与 ODP 命名空间变化相关?
OracleClient 默认按名称绑定。ODP.NET 按位置绑定。您将需要设置 OracleCommand.Bindbyname。