Ivan Yuzafatau
Ivan Yuzafatau

Reputation: 630

How to generate InsertSQL, ModifySQL, DeleteSQL, LockSQL, FetchRowSQL statements using FireDAC components at run time?

I know how to generate these SQL statements at design time, using the TFDUpdateSQL component. At design time, by double-clicking on TFDUpdateSQL, I can open a window. There I can enter a table name, then click on the "Describe From DB" button, then click on the "Generate SQL" button. As a result, these SQL statements will be generated.

enter image description here

enter image description here

But how can this be done at run time? Google did not help to find the answer to this question..

Upvotes: 0

Views: 53

Answers (0)

Related Questions