Getting "_COMPlusExceptionCode = -532459699" An exception occurred while trying to call the method of the COM component (SaveOnline) .. ADODB.Recordset SavedCreditCard1 = ObjboCreditCard.SaveOnline (sUID, rsCardData, true, false, false, false);
I did some research and found out that this exception occurs when we tried to insert a null field into an invalid one. The method from the COM component takes the recordset (rsCardData) as a parameter, and the recordset has one integer field that has a zero value (as the default value), but when I tried to assign it some value, this gives another exception like "Multistage operation generated errors. Check each status value."
Please help me solve this problem. Thanks..
Shyam shinde
source share