* Raise an exception in ExecSQLList

git-svn-id: trunk@12973 -
This commit is contained in:
blikblum 2009-03-28 16:28:22 +00:00
parent d2117f9285
commit 986553771d

View File

@ -1442,6 +1442,8 @@ begin
if FSqliteHandle = nil then
GetSqliteHandle;
FReturnCode := SqliteExec(PChar(FSQLList.Text), nil, nil);
if FReturnCode <> SQLITE_OK then
DatabaseError(ReturnString, Self);
end;
procedure TCustomSqliteDataset.ExecSQL;