How to connect my flowchart to Mysql database?

Hi @Snehal1

Once you are connected to the Database, you can use Mysql Execute Query and fetch the data from the database, for example in the provided snapshot, I use select query using execute query activity and the output is stored in the datatable, which is stored in a csv file using Write CSV activity.

Please revert for clarifications.

Regards

Rajat

2 Likes