I m trying to use mysql db from Delphi xe7, I' m using a simple app to get a DBgrid filled from a mySQL table.
I have used one form and one datamodule.
The form has a DBGrid and the
Datamodule has the following : FireDAC Connection , Query , MySQLLinkDriver , WaitCursor and Datasource
I have linked the DBGrid to DataSource, before launching the app I can see the data in the query , but when I launch the app I got the following error :
Access violation at address ..............................
and can NOT get the data.
Any clue about this error ?