Recent content by wyverex

  1. W

    Prevent commit?

    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...
  2. W

    TSequenceField doesn't work with AppServer?

    Hi, When using TSequenceField on a local DB all works fine when appending new records. But when the OracleDataSet resides in a RemoteDataModule on an app server and is connected to a TClientDataSet via a TDataSetProvider, the sequence number is not generated and the corresponding field in the...
Back
Top