Dotconnect for oracle provider errors

Stimulsoft Reports.NET discussion
siakefh
Posts: 13
Joined: Mon Nov 23, 2015 1:07 pm

Dotconnect for oracle provider errors

Post by siakefh »

Hi a made a report with dotconnect for oracle dataprovider .
The connection its ok (But in build connection form it throws exception in test and checked the direct mode)
When i try to add a datasource for that connection if in the datasource add parameter
like select * from HR.EMPLOYEES the result it fetches correct data from oracle.
When thw query add a parameter like
select * from HR.EMPLOYEES where EMPLOYEE_ID =:ID
and add then paramater called :Id it throws exception
cannot conver 'Devart.Data.Oracle.OracleDataAdapter' to 'System.Data.SqlClient.SqlDataAdapter'.
Any suggestions ?
Best Regards
Efh.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Dotconnect for oracle provider errors

Post by Alex K. »

Hello,

Please clarify which version you are use?

Thank you.
siakefh
Posts: 13
Joined: Mon Nov 23, 2015 1:07 pm

Re: Dotconnect for oracle provider errors

Post by siakefh »

Devart.Data.Oracle 8.5.464.0
Stimulsoft Reports.Net 2015.1
adapter DotConnectOralce 23/4/2015
Regards
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Dotconnect for oracle provider errors

Post by Alex K. »

Hello,

Please check the Stimulsoft.Report.DotConnectOracle in the attachment.

Thank you.
Attachments
Stimulsoft.Report.DotConnectOracle.zip
(15.64 KiB) Downloaded 392 times
siakefh
Posts: 13
Joined: Mon Nov 23, 2015 1:07 pm

Re: Dotconnect for oracle provider errors

Post by siakefh »

Yes .
Now Works Perfect.
Thank You.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Dotconnect for oracle provider errors

Post by HighAley »

Hello.

We are always glad to help you.
Let us know if you need additional help.

Thank you.
siakefh
Posts: 13
Joined: Mon Nov 23, 2015 1:07 pm

Re: Dotconnect for oracle provider errors

Post by siakefh »

Hello
With this provider
when a parameterin select clause is datetime it throws error
SELECT
EMPLOYEE_ID, START_DATE, END_DATE,
JOB_ID, DEPARTMENT_ID
FROM HR.JOB_HISTORY
Where trunc(END_DATE) > trunc(:d1)
and add ParaMeter d1 (date)
unable convert datetime to int16
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Dotconnect for oracle provider errors

Post by Alex K. »

Hello,

Can you please send us a report template for analysis.

Thank you.
siakefh
Posts: 13
Joined: Mon Nov 23, 2015 1:07 pm

Re: Dotconnect for oracle provider errors

Post by siakefh »

in attachment
Attachments
datetime_dot_connect.mrt
(8.3 KiB) Downloaded 454 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Dotconnect for oracle provider errors

Post by Alex K. »

Hello,

Please check the Stimulsoft.Report.DotConnectOracle in the attachment.

Thank you.
Attachments
Stimulsoft.Report.DotConnectOracle.zip
(15.34 KiB) Downloaded 358 times
Post Reply