twolniew
May 30th, 1999, 01:49 PM
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
|
Click to See Complete Forum and Search --> : db4 CDaoDatabase twolniew May 30th, 1999, 01:49 PM 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 David Langis May 30th, 1999, 09:44 PM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |