Page 2 of 2
Re: About Data Sources Parameters` Order
Posted: Mon Dec 03, 2018 4:06 am
by LMS2001201
The Report shows the problem in my environment.
Is it possible cause by the oracle driver or something about oracle?
Re: About Data Sources Parameters` Order
Posted: Mon Dec 03, 2018 7:49 am
by Lech Kulikowski
Hello,
Please clarify which data adapter are you use in the old version?
Thank you.
Re: About Data Sources Parameters` Order
Posted: Mon Dec 03, 2018 8:35 am
by LMS2001201
Data adapter is Stimulsoft.Report.OracleODP
Re: About Data Sources Parameters` Order
Posted: Mon Dec 03, 2018 9:46 am
by Lech Kulikowski
Hello,
Please try to use the following option to load OracleODP:
StiOptions.Dictionary.DataAdapters.TryToLoadOracleODPAdapter = true;
Thank you.
Re: About Data Sources Parameters` Order
Posted: Wed Dec 26, 2018 9:21 am
by LMS2001201
I used the option to load OracleODP in my old version :
StiOptions.Dictionary.DataAdapters.TryToLoadOracleODPAdapter = true;
but the property is Obsolete .the message is "StiOptions.Dictionary.DataAdapters.TryToLoadOracleODPAdapter is obsolete. Starts from version 2015.2 data adapters fully integrated to the report engine. So you need only copy a .Net data provider assemblies to your application folder.".
I try to load OracleODP like this:
Code: Select all
StiOptions.Services.DataAdapters.Add(new StiOracleODPAdapterService());
StiOptions.Dictionary.DataAdapters.TryToLoadOracleODPAdapter = true;
but it doesn`t work.
How can I specify the DataAdapter to OracleODP?
Re: About Data Sources Parameters` Order
Posted: Sat Dec 29, 2018 9:01 am
by Lech Kulikowski
Hello,
We are working on these options. We will let you know about the result.
Also, please try to copy the necessary adapter dll in the designer folder.
Thank you.