Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem when i use a date in the format "dd / MM / yyyy" using Oracle.ManagedDataAccess.Client

Javier ProsperiMar 26 2014 — edited Apr 2 2014

When I use a parameter of type OracleDbType.Date and its value is a string with a date in the format "dd / MM / yyyy" using Oracle.ManagedDataAccess.Client gives me an error, but if it worked Oracle.DataAccess.Client.
Now only works if the date format is "MM / dd / yyyy".
How I can continue using the format "dd / MM / yyyy" with Oracle.ManagedDataAccess.Client?

thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 30 2014
Added on Mar 26 2014
8 comments
6,372 views