Error Creating form

Asked

Viewed 148 times

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

  • Perhaps the error is in connecting the data access components. If possible copy and paste the components here to see the properties.

1 answer

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

You are not signed in. Login or sign up in order to post.