Hi, sorry for the new post, but I guess this is an imporant issue.
I generated my classes with MyGeneration 1.2 and ES 2008 on an Oracle DB.
I can't load data from several rows in the database. After some investigating it seems that the precision is too high (e.g. value = 4.12241458893984209384908234) on the Oracle side. This throws a 'Overflow' error (i thought Buffer Overflow) when the value gets loaded by .NET in the decimal field.
Is there a workaround?