79726983

Date: 2025-08-06 07:58:52
Score: 3.5
Natty:
Report link

TFDQuery is a descendant of TDataSet from which the Append method is from. Like the Embarcadero Documentation says, Append will also try to add a new blank dataset on a Table (single one not joined ones).

But the 'problem' itself lays much deeper. In SQL Syntax there is no way to insert into multiple tables at once. It is simply not intended. So TFDQuery has no way to do this.

For more detail have a look at this question: Is it possible to insert into two tables at the same time?

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): is a
  • Low reputation (0.5):
Posted by: fisi-pjm