Hello together,
I do have some problems using Borland's DB-Aware component. I am connected to an Oracle Server through a TOracleSession object, and I'm working with a TOracleDataSet which calls "select * from mytable".
So, I putted an TDataSet on the form, linked it to the TOracleDataSet and...