noproblem
July 20th, 2000, 05:56 PM
I have a component written with ATL COM. I access the SQL database using OLEDB. I "SELECT" some data from the database, perform some calculations and INSERT it into some other table. Now this works fine if i have smaller number of records. But when the number of records to be processed is high then i get some UNKNOWN error. Has anyone faced this issue?