When using a certain table in the Standalone Report Designer I get an oci-22053-Error when loading data. It seems to be one of the float fields. When I exclude the field from my query, the error is not thrown.
Version is 19.0.25.211 .net Framework 4.6.2
1 Answer, 1 is accepted
0
Todor
Telerik team
answered on 06 Mar 2025, 03:50 PM
Hello Martin,
The errors like the observed one are usually thrown by the ADO.NET provider specified in the SqlDataSource for making the connection to the database.
I guess the OracleClient Data Provider that you use doesn't support the field type or precision as elaborated in the following resources: