sunstone
|
|
« on: July 22, 2012, 02:55:13 PM » |
|
Does RtcDataSetMonitor Support the joined DB-table?
if clientdataset include the dataset like the SQL { select pi.pi_id,pi.pi_name,pi.pg_id,pi.pi_code,pi.pi_barcode,pi.pi_standard,pi.pi_package,pi.pi_unit,pi.pi_price,pi.pi_supplyterm,pi.pi_picture, pi.pi_note,pg.pg_name from product_information pi join product_groups pg on pi.pg_id = pg.pg_id where ci_id = '%s'}
RtcDataSetMonitor can Monitor the clientdataset ? I has try it ,but error was taken place in call(xxx). Your demo of RtcDataSetMonitor only support olny one table?
|