Skip to content
New issue

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

Database structure sample #1

Open
frozenade opened this issue Apr 25, 2022 · 1 comment
Open

Database structure sample #1

frozenade opened this issue Apr 25, 2022 · 1 comment

Comments

@frozenade
Copy link

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.

@DeveloppeurPascal
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants