EPUB | CHM | PDF

Example: Prepared, Prepare

Top Previous Next

if not PSQLQuery1.Prepared then
begin
  PSQLQuery1.Close;
  PSQLQuery1.Prepare;
  PSQLQuery1.Open
end;