Hello,
We are trying to access a data source not supported by Stimulsoft and where thinking about implementing a data adapter of our own to do this.
Are there any uptodate examples of this custom data adapters?
Thanks!
Data adapter example
Re: Data adapter example
Hello,
These are custom adapters you may see how they are implemented.
Let us know if you have additional questions.
Thank you.
These are custom adapters you may see how they are implemented.
Let us know if you have additional questions.
Thank you.
- Attachments
-
- Firebird.zip
- (19.69 KiB) Downloaded 279 times
-
- Oracle.zip
- (71.75 KiB) Downloaded 300 times
-
- MySQL.zip
- (38.01 KiB) Downloaded 343 times
Re: Data adapter example
Thank you, that clarifies a lot.Andrew wrote:Hello,
These are custom adapters you may see how they are implemented.
Let us know if you have additional questions.
Thank you.
Do you also happen to have an example of a non-sql bases data source(e.g. rest service or XML data source)?
Re: Data adapter example
Hello,
There is no samples for non-sql bases data source. For working with XML we are uses standard .NET method via DataSet.
Thank you.
There is no samples for non-sql bases data source. For working with XML we are uses standard .NET method via DataSet.
Thank you.
Re: Data adapter example
Thanks for your reaction.Aleksey wrote:Hello,
There is no samples for non-sql bases data source. For working with XML we are uses standard .NET method via DataSet.
Thank you.
Does it have a reason that there are no examples?
Is it not possible to use a rest service as a datasource or has it just not been tried?
Thanks,
peterson.
Re: Data adapter example
Hello,
In the release 2015.2 we have added support a non-sql database - MongoDB.
Also you can receive data from any sources in your application and register it as DataSet for report.
Thank you.
In the release 2015.2 we have added support a non-sql database - MongoDB.
Also you can receive data from any sources in your application and register it as DataSet for report.
Thank you.