Hi,
I have the following problem:
I got a table with an unique key that it accepts Null, this table is also used by other systems, this way is impossible change the indexes.
In a multi-tier application, I use OracleDataSet in RemoteDataModule pointing for this table.
In the client tier, the...