Data Corruption with DBF files on Windows 2008 server

Aug 09
2011

Recently I had several cases of missing records on a customers network: sometimes added records were missing, indices were corrupted or records incomplete.

Since this occurred with an application that on all other customers worked very well for years without any problems, I have researched until I found this link:

http://www.alaska-software.com/fixes/smb2/overview.shtm

This MSI adds three entries at

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters

In my application I have added the following code:

This solved the problem.

Comments are closed.