修改存檔指令 |
尚未結案
|
rita880
一般會員 發表:38 回覆:27 積分:13 註冊:2003-04-15 發送簡訊給我 |
|
cashxin2002
版主 發表:231 回覆:2555 積分:1937 註冊:2003-03-28 發送簡訊給我 |
您好!
procedure TForm1.ApplyButtonClick(Sender: TObject); begin with CustomerQuery do begin Database1.StartTransaction; try ApplyUpdates; {try to write the updates to the database}; Database1.Commit; {on success, commit the changes}; except Database1.Rollback; {on failure, undo the changes}; raise; {raise the exception to prevent a call to CommitUpdates!} end; CommitUpdates; {on success, clear the cache} end; end;以上供您參考, 另外, 小弟之前有篇TUpdateSQL元件之提問, timhuang前輩為小弟解答, 連接中下: http://delphi.ktop.com.tw/topic.php?TOPIC_ID=29722 參考看看! ===================== 努力,相信會獲得美麗! 忻晟
------
忻晟 |
rita880
一般會員 發表:38 回覆:27 積分:13 註冊:2003-04-15 發送簡訊給我 |
引言: 您好!detail 檔案是多筆的, 也是直接下update的指令, 不須使用迴圈一筆一筆的 update嗎? (補充detail並未設唯一鍵的狀況下)procedure TForm1.ApplyButtonClick(Sender: TObject); begin with CustomerQuery do begin Database1.StartTransaction; try ApplyUpdates; {try to write the updates to the database}; Database1.Commit; {on success, commit the changes}; except Database1.Rollback; {on failure, undo the changes}; raise; {raise the exception to prevent a call to CommitUpdates!} end; CommitUpdates; {on success, clear the cache} end; end;以上供您參考, 另外, 小弟之前有篇TUpdateSQL元件之提問, timhuang前輩為小弟解答, 連接中下: http://delphi.ktop.com.tw/topic.php?TOPIC_ID=29722 參考看看! ===================== 努力,相信會獲得美麗! 忻晟 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |