What do I need to install on the client side in order to be able to connect to a dBase4 (*.dbf) database using the CDaoDatabase class in MFC? I appreciate any suggestions. Thanx
Printable View
What do I need to install on the client side in order to be able to connect to a dBase4 (*.dbf) database using the CDaoDatabase class in MFC? I appreciate any suggestions. Thanx
In addition to the standard dao files, you need MSXBSE35.DLL to be copied to the system directory. This DLL needs to be registered. If your setup program does not allow you to do it, run REGSVR32.EXE on it.
It wu<ill not work if you do not register it.