Hello
I am using LLBLGen Pro 3.
I have a project that works with both Oralce and SqlServer databases.
For SqlServer, for the type corespondance between database type and c# data types, I have created some type convertors, and it worked fine.
But now, when trying to set up the project also for Oracle I encounter some problems.
In Oracle, for the stored procedures, there is no precision and scale information. The type resulted is some NUMBER(38, 38 ) and NUMBER(38,0).
I found an older thread on a similar issue:
http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=14441&HighLight=1
I have copied the into: LLBLGen Pro v3.0\Frameworks\LLBLGen Pro\Templates\OracleODPNetSpecific, the tamplates that were indicated in this thread, but nothing has changed so far. The parameters have these same precisions NUMBER(38,38 ) and NUMBER(38,0).
Could you please help me with a solution?
Thank you