Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 113366
  • Order by date
  1. 113366

    VB6 ADODB Connection to dBase III

    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

Part and Inventory Search

Back
Top