Sicher?
Zitat:
Creates new empty internal data storage for a dataset.
Use CreateDataSet at run time to create an empty internal data storage for a dataset and activate the dataset.
After the call, the application can populate the dataset with data and optionally save data to the external file. Optionally, the dataset can be created setting Active to True.
Das "DataSet" mit dem im Programm hantiert wird ist der lokale Speicher der
DB-Daten.
Gruß
K-H
Wenn Du etwas weiter runterscrollst, folgt da noch der wichtige Satz
Zitat:
Note that this method is applicable only for TFDCustomMemTable.
Mit anderen Worten, das entspricht der gleichnamigen Methode der ClientDataSets.
Ansonsten bietet TFDTable aber auch die von anno dunnemals (
BDE/TTable) bekannte Methode CreateTable. Aber auch die kann Tabellen nur anlegen, nicht ändern.