Page 1 of 1

Data sources in the 2013 trial

Posted: Wed Jul 24, 2013 1:27 pm
by Morepork
Hi!

I evaluated Stimulsoft using the 2008.1 version a few years back, on behalf of a client. Although I recommended the package, he did not proceed.

Now he wants another look, so I downloaded (and installed without incident) the 2013.1 version. It has plugged itself in to Visual Studio 2008 and seems to be working very well.

Here's my problem:

1. This client is using Fujitsu ISAM (Indexed Sequential Access Method) files with COBOL. He isn't ready to convert to a relational database just yet so we need a way to get the ISAM data into Stimulsoft.

2. I wrote an extract that reads the ISAM file and produces XML, exactly as if it had been exported to XML from an Access database table.
(It shows for each record (row) the values of the fields (columns) in standard XML.)

3. When I go into the Stimulsoft designer in Visual Studio and try to add a new datasource, it DOESN''T show XML as a possibility. I can only see: Database, Service, or Object. I looked at all three but none of them lets me point to the XML file.

It is critical for us to be able to use XML as a datasource and the literature I read for Stimulsoft says it supports it. What am I missing? How can I get my XML connected to Stimulsoft?

Any help, suggestions, or examples, gratefully accepted.

Thanks.

Re: Data sources in the 2013 trial

Posted: Thu Jul 25, 2013 8:41 am
by Ivan
Hello,
3. When I go into the Stimulsoft designer in Visual Studio and try to add a new datasource, it DOESN''T show XML as a possibility. I can only see: Database, Service, or Object.
It's standard VS objects, but you can use other methods - direct database connections or get data from dataset.

Please check the following videos on our site:

Binding Data Set
Binding DataSet at Runtime
Binding to XML in Report Designer

Thank you.

Re: Data sources in the 2013 trial

Posted: Thu Jul 25, 2013 2:13 pm
by Morepork
Thank you, Ivan, that was very helpful.

Re: Data sources in the 2013 trial

Posted: Fri Jul 26, 2013 8:37 am
by Alex K.
Hello,

Let us know if you need any additional help.