Product: Intel(r) LANDesk(r) Management Suite Version: 6.2 Tracker number: 37806 Problem ----------------------- Multiple SQL error messages when bringing up the history dialog. SQL0510N UPDATE or DELETE is not allowed against the specified cursor. Cause ----------------------- On a requery, MFC would change our cursor type to read-only if we were also using forward only cursor type. Each requery would attempt a select to our recordset for UPDATE which is not allowed on a read only cursor. Fix ----------------------- Overloaded MFC's CrecordSet:Requery() member function to insure that the read-only flag was not set before passing the call to MFC's CrecordSet:requery(). This fix was already in use everywhere else in the netmap, the history dialog must have been overlooked when this change was made. Files contained in this patch: Name Date Size Version --------------------------------------------------- NETMAP.OCX 01/07/1999 994K 6.20.2.1 Installation Procedure ----------------------- 1. Close Desktop Manager if it's running. 2. Click Start | Run , then type REGSVR32.EXE /U :\PROGRAM FILES\INTEL\DTM\NETMAP.OCX. This will unregister the current NETMAP.OCX. 3. Rename the existing :\PROGRAM FILES\INTEL\DTM\NETMAP.OCX to NETMAP.SAV. 4. Copy the new NETMAP.OCX to :\PROGRAM FILES\INTEL\DTM. 5. Click Start | Run, then type REGSVR32.EXE :\PROGRAM FILES\INTEL\DTM\NETMAP.OCX. This will register the new NETMAP.OCX. *Third-party brands and names are the property of their respective owners.