* SchemaInfoSQL-Statements are always read-only

git-svn-id: trunk@931 -
This commit is contained in:
joost 2005-08-23 15:31:59 +00:00
parent 18b080f47e
commit eaf75955e8

View File

@ -1032,6 +1032,7 @@ end;
procedure TSQLQuery.SetSchemaInfo( SchemaType : TSchemaType; SchemaObjectName, SchemaPattern : string);
begin
ReadOnly := True;
SQL.Clear;
SQL.Add((DataBase as tsqlconnection).GetSchemaInfoSQL(SchemaType, SchemaObjectName, SchemaPattern));
end;