Examples, database/tsqlscript: fixed typo

git-svn-id: trunk@45906 -
This commit is contained in:
maxim 2014-07-18 00:04:49 +00:00
parent 04cc9f95b4
commit 2eec396f95

View File

@ -202,7 +202,7 @@ begin
FTran.StartTransaction; //better safe than sorry FTran.StartTransaction; //better safe than sorry
OurScript.Execute; OurScript.Execute;
FTran.Commit; //Make sure entire script is committed to the db FTran.Commit; //Make sure entire script is committed to the db
ShowMessage('Script was succesfully run.'); ShowMessage('Script was successfully run.');
except except
on E: EDataBaseError do on E: EDataBaseError do
begin begin