Tom Thunderforest
Results
2
comments of
Tom Thunderforest
I checked and I think ADO.NET, on the start have problem of accessing user types not declared globally (declared in package). I can't find direct solution using ADO.NET. I think...
My only idea is to wrap everything in PLSQL code and execute it. That will need to do couple of more database query. Example: ``` PACKAGE: Invoice_API TYPE: Public_Rec(company, invoice_id,...