Page 1 of 1
Data adapter example
Posted: Wed Sep 30, 2015 2:54 pm
by peterson
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!
Re: Data adapter example
Posted: Wed Sep 30, 2015 3:39 pm
by Andrew
Hello,
These are custom adapters you may see how they are implemented.
Let us know if you have additional questions.
Thank you.
Re: Data adapter example
Posted: Thu Oct 01, 2015 7:36 am
by peterson
Andrew wrote:Hello,
These are custom adapters you may see how they are implemented.
Let us know if you have additional questions.
Thank you.
Thank you, that clarifies a lot.
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
Posted: Thu Oct 01, 2015 1:42 pm
by Alex K.
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.
Re: Data adapter example
Posted: Thu Oct 01, 2015 2:10 pm
by peterson
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.
Thanks for your reaction.
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
Posted: Fri Oct 02, 2015 6:50 am
by Alex K.
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.