CRecordset::Edit()
-
i´ve a problem with crecordset::update()! i´ve created a user-dsn(excel 2000 derivied) and with the class-wizard a crecordset derivied. if i call edit(); i get an error message that the datagroups are readonly, but i've used dynaset! i need a solution!!! please :confused: :confused: :confused: thanx i´m german, i know the quality of my english...
-
i´ve a problem with crecordset::update()! i´ve created a user-dsn(excel 2000 derivied) and with the class-wizard a crecordset derivied. if i call edit(); i get an error message that the datagroups are readonly, but i've used dynaset! i need a solution!!! please :confused: :confused: :confused: thanx i´m german, i know the quality of my english...
This problem is usually related to the fact that you don't have an index for the table, but as you are using excel, I am not sure !!