Hello expert.
I made a program in which the data from an SQL table is transferred to an Excel sheet.
When the data type of a field is Integer it works fine, but when the data type of a field is "numeric" it produces the error "APPLICATIO N ERROR OR OBJECT DEFINED ERROR" but I can't change the data type of the table from Numeric to Integer.
Please provide some idea.
Thanks in advance.
I made a program in which the data from an SQL table is transferred to an Excel sheet.
When the data type of a field is Integer it works fine, but when the data type of a field is "numeric" it produces the error "APPLICATIO N ERROR OR OBJECT DEFINED ERROR" but I can't change the data type of the table from Numeric to Integer.
Please provide some idea.
Thanks in advance.
Comment