Recent content by wru

  1. W

    Update TOracleDataSet CommandText MIDAS

    i found out the answer , to use commandtext in ClientDataSet TPrivider option allow commandtext = True, but more TProvider.ResolveToDataSet=True (!thanks for fzapata!!), sgl must be with rowid. It takes rowid in where clause to update record
  2. W

    Update TOracleDataSet CommandText MIDAS

    Hi, I'm using MIDAS, TOracleDataSet on serwer side and TClientDataSet on client. Depends on user changes I need to build SQL string for different tables and fields " in where" clause. In MIDAS case I can't use the 'substitue' type variables. Everything works fine for select, but if I try to...
Back
Top