I create program and it's work in my pc,but when i post in in server the data cannot update. the server connection is good, and database path is ok.
the list is :
CURSORSETPROP('buffering',5,'tblPrice')
cxKdReal=MstCst.cKdReal
cxKdTmp=MstCst.cKdCst
SELECT tblPrice
replace ALL ckdcst WITH cxkdTmp FOR ckdcst=cxkdReal
=TABLEUPDATE(1,.T.)
Anybody can help ?
the list is :
CURSORSETPROP('buffering',5,'tblPrice')
cxKdReal=MstCst.cKdReal
cxKdTmp=MstCst.cKdCst
SELECT tblPrice
replace ALL ckdcst WITH cxkdTmp FOR ckdcst=cxkdReal
=TABLEUPDATE(1,.T.)
Anybody can help ?