I'm developing a program in Delphi and connecting to the database, the database has only one table. Today I tried to open the form and the following message appeared:
Error creating form: Datasource makes a circular link
I'm developing a program in Delphi and connecting to the database, the database has only one table. Today I tried to open the form and the following message appeared:
Error creating form: Datasource makes a circular link
You are probably linking the DataSource to a DataSet that is linked to another DataSet, review the order of creation of the components:
Conexão => DataSet => (Provider + DataSet, caso existir) => DataSource