Page 1 of 1

Passed In ODBC Connection String

Posted: Thu Jun 02, 2022 8:04 am
by admin@secsol.co.uk
If I pass an ODBC Connection string to a Report Designer the end user can view the string and see the user ID and Password.

Is it possible to prevent the end user from editing the string in some way as I don't want then to see that information?

Re: Passed In ODBC Connection String

Posted: Thu Jun 02, 2022 10:10 am
by Lech Kulikowski
Hello,

You can retrieve all necessary data in your code and provide it to the report as DataSet with the RegData() method.

Thank you.

Re: Passed In ODBC Connection String

Posted: Thu Jun 02, 2022 12:10 pm
by admin@secsol.co.uk
Will this let the end user create there own data results using Sql connected to the ODBC driver using my connection string?

Re: Passed In ODBC Connection String

Posted: Fri Jun 03, 2022 9:54 am
by Lech Kulikowski
Hello,

Also, you can use Permissions for the Dictionary to hide the connection string:
https://www.stimulsoft.com/en/documenta ... ttings.htm

Thank you.