Why can't U Update dynamic in sort mode
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
:)Maybe a simple question but when you open a database (SQL2000) in MFC CRecordset in mode dymanic and then sort the database by any column(s), why does the database (recordset) become "READ ONLY". It's open for read/write but as soon as you start sorting the database, you can't write/update anymore. I am trying a workaround with stored procedures but if that fails, I will have to give the sorts. Anybody out there can help me? Thanks, craig christensen