Data adapter example

Stimulsoft Reports.WPF discussion
Post Reply
peterson
Posts: 9
Joined: Wed Sep 30, 2015 2:48 pm

Data adapter example

Post 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!
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Re: Data adapter example

Post by Andrew »

Hello,

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 301 times
MySQL.zip
(38.01 KiB) Downloaded 344 times
peterson
Posts: 9
Joined: Wed Sep 30, 2015 2:48 pm

Re: Data adapter example

Post 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)?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Data adapter example

Post 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.
peterson
Posts: 9
Joined: Wed Sep 30, 2015 2:48 pm

Re: Data adapter example

Post 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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Data adapter example

Post 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.
Post Reply