Error in cliente with MySQL

Hello, I’m having a problem with my client…let me explain… in the ignition designer I inserted a table binding to my server in mysql and i can visualize the properties we add in mysql… the problem begin when the client is opened, because the table shows that it isn’t binded to a database…

designer:

Client:

I hope someone knows why it happens and please helps me :hugs:

1 Like

If your binding is not a named query, but a typed SQL query then you will have two options:

  1. convert it to a named query
  2. Enable Legacy Database Access under Project->Properties->Client->Permissions
4 Likes

this change in the project properties completely solve my problem. thank you very much!

1 Like