Changing ADO Recordset Field Type
I have an ADO Recordset extracted from Oracle Database Connection. Although the Table was created with Integer Column, Oracle mapped this Column as NUMBER(38). I was unable to modify the field as Integer. ADO recordset uses adNumeric for this field. I need to convert this to adInteger. Can anyone suggest a solution of this problem
Thanks in advance.
|