|
if($this->NewEdit==2) $this->sName.="=".$this->sEdit; }
function Update() //存储新值到数据库 { $strSQL="";
if($this->NewEdit==0) { $this->nErr=1; $this->sErr="Update:请先执行AddNew()或者Edit(),再用SetValue()添加值!"; return; }
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] 下一页
|