On Wednesday 20 March 2013 21:04:36 Julio Jiménez wrote:
> What is tmsesqlquery.datasource for?
>
> I have read mse db components are a fork of sqldb components. In sqldb,
> zeos, ibx... this field is used for a master->detail relation but this mode
> isn't working in mse
>
Works for me. Is the "where" clause of the detail dataset OK? Field names of 
the master dataset and the detail params must match.
Example synchronize the "pk" fields of master and detail:
"
select * from table1 where pk = :pk
"

Martin

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to