Page 1 of 1

Telerik reporting and dotConnect

Posted: Mon 21 Jan 2013 14:19
by kurtbilde
Hi,

Anyone succeded in using Telerik reporting with dotConnect?!? Especialy the stand-alone report designer and the data source settings...

TIA
Kurt

Re: Telerik reporting and dotConnect

Posted: Fri 25 Jan 2013 09:42
by Pinturiccio
We didn't test our provider with Telerik. dotConnect for Oracle implements standard ADO.NET interfaces, and thus can be used with Telerik as any other ADO.NET provider. If you have discovered a particular problem caused by our provider, please send us a test project.

We have also tried to create a simple Telerik Report, described in their documentation:
http://www.telerik.com/help/reporting/q ... eport.html
In step 7 we selected dotConnect for Oracle as a Data Provider. The rest of the steps were performed according to the tutorial, and a Telerik Report was created successfully.

Re: Telerik reporting and dotConnect

Posted: Mon 28 Jan 2013 12:42
by kurtbilde
Hi,

In the standand alone, you can select "dotConnect for Oracle" as Data provider, but are unable to build the connection string.

-Kurt

Re: Telerik reporting and dotConnect

Posted: Mon 28 Jan 2013 15:38
by Pinturiccio
You are right, the Build button is disabled for the connection string, when dotConnect for
Oracle is selected as a data provider. The same behavior can be observed with Oracle Data Provider for .NET.
Try entering the connection string manually into the text field to the left of the Build button, for example, as follows:

Code: Select all

host=your host; password=your password; user id=your user id;

Re: Telerik reporting and dotConnect

Posted: Sun 03 Feb 2013 19:00
by kurtbilde
And it works!!!!

Thanks

-Kurt

Re: Telerik reporting and dotConnect

Posted: Thu 02 May 2019 12:47
by SML913
I am getting the same error. All the settings seem to be ok but the error persists with the telerik report designer.
PS: dotconnect for Oracle works properly in visual studio with an Asp.net project.

Re: Telerik reporting and dotConnect

Posted: Sat 04 May 2019 10:28
by Shalex
SML913 wrote: Thu 02 May 2019 12:47 I am getting the same error. All the settings seem to be ok but the error persists with the telerik report designer.
PS: dotconnect for Oracle works properly in visual studio with an Asp.net project.
Specify the exact text of the error and its full stack trace.