Dotconnect for oracle provider errors
Posted: Mon Nov 23, 2015 1:16 pm
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.
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.