Let's suppose the dbase III file you want to connect is located in c:\123 and the file name is abc.dbf.
The coding would be as the following
cnndBase.open "Provider= _____;Data Source=c:\123;Extended properties=dBase III"
rstdBase.Open "SELECT * FROM abc", cnndBase, adOpenForwardOnly
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.