Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
stra="select cBatchNo, dPaymentDate,cPaymentNumber from vACP_Payments "
SQLExec(hndOps,stra,'Cheque_no')
Select cBatchNo,dPaymentDate, Cast(cPaymentNumber As Numeric(10)) As nPymntNum from Cheque_no into cursor ABC