convertion erro in new version

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
tchovis
Posts: 12
Joined: Fri 03 Apr 2009 12:56

convertion erro in new version

Post by tchovis » Mon 03 May 2010 12:03

i'm having the error
Cannot convert object of type 'Devart.Data.Oracle.OracleDate' to object of type 'System.Int64'.
when I return a value from a stored procedure in oracle that populate a colection os one entity
i checked and the reader that comes from the execution os the stored proedure is correct the problem is in the conversion from the reader to the entity it used to work in 5.25 and stoped to work when i migrate to 5.60

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Thu 06 May 2010 13:55

Could you please describe how you are retrieving the procedure result and populate the entity collection with it in more details? If possible, please send us a small test project reproducing the issue and the procedure definition.

Post Reply