commit vt. 1.犯(罪等);干(壞事等),做(某事)。 2.托;委;委任;(把議案等)交付委員會。 3.【法律】提(審);判處;收(監);下(牢)。 4.使承擔義務,使作保證;【軍事】使投入戰斗。 5.損壞(名譽等),累及。 6.說明自己立場[身分等]。 commit an infringement 違犯規則。 commit a crime 犯罪。 commit sin 犯(宗教、道德上的)罪過。 commit robbery 搶劫。 commit suicide 自殺。 commit outrages 蠻干,橫行。 commit sb. to prison 監禁某人。 be in no way committed to 決不偏袒。 commit one's soul to God [God's mercy] 逝世,壽終正寢。 commit oneself to 委身于,專心致志于。 commit to memory 記住。 commit to oblivion 置之腦后。 commit to sb.'s care 委托某人。 commit to paper [writing] 寫上,記下。 commit to the earth 埋葬。 commit to the water [flame] 投入水中[燒掉];水[火]葬。 feel oneself committed 覺得有損自己名譽,覺得自己受到牽連[受義務束縛]。
A commit statement controls the unit of work Commit語句控制工作單元。
Be sure to issue the commit statement frequently in your application 要確保在您的應用程序中經常發出commit語句。
A commit statement guarantees all of the transaction s modifications are made a permanent part of the database Commit語句保證事務的所有修改在數據庫中都永久有效。
Issuing a commit records all the work since the last commit statement " for keeps " in the database 發出commit會將自上一個commit語句之后的所有工作“永遠”記錄到數據庫中。
By issuing commit statements when work is complete , and ensuring that the data is accurate , you free up that data for other applications to use 通過在工作完成時發出commit語句,并且確保數據是正確的,就釋放了該數據以供其它應用程序使用。
For example , you should not start a transaction using the odbc api functions , and then use the transact - sql commit statement to complete the transaction 例如,不應先使用odbc api函數啟動一個事務,再使用transact - sql commit語句完成該事務。