Mega Code Archive

 
Categories / Delphi / ADO Database
 

External exception eefface under winnt 4 0

Question: When I try to connect a MS Access table to my TTable component I get the External Exception "EEFFACE". Is there any way to work around this? Answer: A solution is to modify your registry. 1) Run regedit 2) Open HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\Currentversion\Image file execution options 3) Create a new key for your application. For example "Project1.exe" 4) Create a new value: Value Name: DisableHeapLookAside Data Type: REG_SZ You should now be able to connect to the table.