mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 20:59:06 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user