mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 12:48:17 +02:00
Examples, database/tsqlscript: fixed typo
git-svn-id: trunk@45906 -
This commit is contained in:
parent
04cc9f95b4
commit
2eec396f95
@ -202,7 +202,7 @@ begin
|
||||
FTran.StartTransaction; //better safe than sorry
|
||||
OurScript.Execute;
|
||||
FTran.Commit; //Make sure entire script is committed to the db
|
||||
ShowMessage('Script was succesfully run.');
|
||||
ShowMessage('Script was successfully run.');
|
||||
except
|
||||
on E: EDataBaseError do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user