LeftJoin and Midas

fzapata

Member
FYI

I am working with TOracleDataSet containing a LeftJoin sentence. In order to make a TClientDataSet Update the table, you have to include ROWID in your SELECT clause and change the TProvider.ResolveToDataSet property to true.

It is also important to make your updating table the first one in the FROM clause.

Hope this help anybody working with Midas.

------------------
Francisco Zapata C.
 
Back
Top