1
HOSxP PCU / Re: one stop service hosxp pcu งานคัดกรอง
« เมื่อ: พฤศจิกายน 04, 2010, 18:34:07 PM »
ดูจาก SQL trace
แล้วคำสั่งคงมีปัญหา ที่ cid not like '%0000%' ครับ
แล้วคำสั่งคงมีปัญหา ที่ cid not like '%0000%' ครับ
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
ผมลอง(ผิดลองถูก)เขียน event script ติดต่อ database ได้
ผ่าน tclientdataset ตาม ตย.
vn := GetGlobalValue('VN');
uCDS :=tclientdataset.create(nil);
uCDS.Data := HOSxP_Getdataset('select ward from ipt where an = "'+vn+'"');
ward:= uCDS.FieldByName('ward').AsString ;
Function Get_OnlineID;
select * from onlineuser where onlineid=???;