We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
I'm using sample from https://github.com/Embarcadero/RADStudio11Demos/tree/main/Object%20Pascal/Database/FireDAC/Samples/Getting%20Started/MySQL but I'm wondering is there any database structure used in this sample?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi.
The structure for MySQL sample database is in https://github.com/Embarcadero/RADStudio11Demos/tree/main/Object%20Pascal/Database/FireDAC/DB/SQL/MYSQL/Northwind
First import the tables and after the relations.
For sample datas, you can import CSV files from https://github.com/Embarcadero/RADStudio11Demos/tree/main/Object%20Pascal/Database/FireDAC/DB/Data
And you will also need a MySQL client DLL to use FireDAC MySQL driver.
Sorry, something went wrong.
No branches or pull requests
Hi
I'm using sample from https://github.com/Embarcadero/RADStudio11Demos/tree/main/Object%20Pascal/Database/FireDAC/Samples/Getting%20Started/MySQL but I'm wondering is there any database structure used in this sample?
Thanks in advance.
The text was updated successfully, but these errors were encountered: