pauloquicoli wrote:
Hi !
I hope this can help you
Tnx, it was usefull.
My problem was quite trivial, the .NET compiler simply doesn't add classes to the assembly until they are used (declaring a variable is not enough)
So insted of using the right class i've used the only class that was visible with reflection tool (the fake class delphi generates to handle plain functions and procedures)
I've also problem with types (TDatetime cannot be used, at leas with Oracle, i use DateTime instead) but at the end it works fine like in Java. I'm trying to create a custom dataset to bind objects to visual components.
Best regard
sergio sette