apawaskar
September 3rd, 2001, 04:05 AM
I am connecting to Oracle table using Microsoft ODBC Driver. I am able to add new records, update , delete it. But I am not able to add new record or update it when the field is number with precision(like number(10,2)). I am using ADODB and recordset objects, addNew method and Update method of the recordset object.
Can anyone find me a solution for this ? It will be a great help to me.
Can anyone find me a solution for this ? It will be a great help to me.