0
I’m developing a program in Delphi and connecting in the database, the database has only one table. Today I tried to open the form and appeared the following message:
Error Creating form:Datasource makes a circular link
0
I’m developing a program in Delphi and connecting in the database, the database has only one table. Today I tried to open the form and appeared the following message:
Error Creating form:Datasource makes a circular link
0
You are probably linking Datasource to a Dataset that is linked to another Dataset, review the creation order of the components:
Conexão => DataSet => (Provider + DataSet, caso existir) => DataSource
Browser other questions tagged delphi-7
You are not signed in. Login or sign up in order to post.
Perhaps the error is in connecting the data access components. If possible copy and paste the components here to see the properties.
– Carlos Andrade