hai..
i use mysql adapter with mysql connector.
i try master detail with 2 datasource
sample code:
-- master
select idp,name from t1
--child
select idk,smr from t2 where idk=@idp
datasource on child have parameter @idp and expression with master.idp
then, i try preview -- on child datasource get empty data...
may you can help me?
thanks
mysql (query with parameter master detail) ?
mysql (query with parameter master detail) ?
problem solved..
thanks guys
thanks guys
mysql (query with parameter master detail) ?
Ok! Have a nice day!
mysql (query with parameter master detail) ?
tips:
on child datasource make sure Reconnect on each row must set TRUE and cast your parameter if necessary
on child datasource make sure Reconnect on each row must set TRUE and cast your parameter if necessary
mysql (query with parameter master detail) ?
Hello,
Thank you for sharing your experience with other users. Have a nice day!
Thank you for sharing your experience with other users. Have a nice day!