Page 1 of 1

Connection string with SSH information

Posted: Wed Aug 17, 2022 12:34 pm
by Bisoux
Hi,

Can you please let us know of what the connection string should look like when the mysql database needs ssh keys to be provided ?

Thank you

Re: Connection string with SSH information

Posted: Thu Aug 18, 2022 1:51 pm
by Lech Kulikowski
Hello,

The following strings:
https://www.connectionstrings.com/mysql ... onnection/

Also, you can connect to the database in your code, fill data as DataSet and provide it to the report with RegData() method.

Thank you.