Hello,
I'm writing a 3-tier application. On the client side I have, among others, a TClientDataSet that sends a bunch of create table and alter table statements to the RemoteModule using the CommandText property.
In the RemoteModule, there is a corresponding Provider and OracleDataSet...