Hi, I am I a new programmer. I have created a report using vb data report designer and Oracle data base. The thing, which is not working, is report function (SUM or AVG) . Table is using varchar2 as datatype.
I get an error message-,“Data type mismatch”.
-Re created a view using SQL to_number function to convert the data type still same error message.
-Data format property of the function is changed to number –still does not work.
When I created similar table with number field instead of varchar2. Above function works fine.
The problem with me is that I have to use varchar2 as datatype in my table and create the report.
I am stuck here….and your help will be appreciated.
Thanks
I get an error message-,“Data type mismatch”.
-Re created a view using SQL to_number function to convert the data type still same error message.
-Data format property of the function is changed to number –still does not work.
When I created similar table with number field instead of varchar2. Above function works fine.
The problem with me is that I have to use varchar2 as datatype in my table and create the report.
I am stuck here….and your help will be appreciated.
Thanks