I am upgrading a project from EntLib 4.1 to EntLib 5. I\'ve skimmed through the Migration Guide, changed all the references and updated all the config files to point to EntLib 5. All worked fine accep
Converting from usind Micorsofts Syste.Data.OracleClient to what I believe is called Oracles ODT (Oracle.DataAccess 10.2.0.100).When I try and send a date I get this error \"ORA-1858: a non-numeric ch
I am working in an environment where we get production issues from tim开发者_StackOverflow社区e to time related to Oracle connections.We use ODP.NET from ASP.NET applications, and we suspect the firew
Converting to ODB.NET from System.Data.OracleClient and need help converting my connection string.Here is what I use with System.Data.OracleClient.
I use Oracle\'s specific data provider (11g), not the Microsoft provider that is being discontinued. The thing I\'ve found about ODP.NET is how picky it is with data types. Where JDBC and other ADO pr
Some months ago, a colleague of mine installed ODAC 11.106.21 in a server using XCOPY and then he developed many applications that use this client without problems (in test and production windows serv
I have built a common app that works with PostgreSQL and should work o开发者_如何学Gon Oracle. However i\'m getting strange errors when inserting records through a parametrized query.
I\'m running a program that creates a table and then inserts some data. This is the only program that accesses the database.
I\'m currently developping to application, one using the ODP.Net 9.2 and the other one should use the ODP.Net 11. I\'m using the Server Explorer from VS2008 to add a new connection but failed each tim
Hay, My system needs to execute several major SQL`s (on Oracle DB) using the same connection (asynchronous).