MySQL Forums
Forum List  »  Newbie

Re: SQL clause
Posted by: Jim Sawyer
Date: July 30, 2016 05:34AM

It's using the FireDAC query component TFDQuery where

with FDQuery1 do
begin
Connection := AConnection;
SQL.Clear;
SQL.ADD( ---sql clause--- );
ParamByName( etc )
Open;
end;

Options: ReplyQuote


Subject
Written By
Posted
July 29, 2016 09:48AM
July 29, 2016 11:23AM
July 29, 2016 01:09PM
July 29, 2016 07:00PM
Re: SQL clause
July 30, 2016 05:34AM
July 30, 2016 09:07AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.