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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Hypersphere

  1. Hypersphere

    DBF database with CDX indexes

    Skittle, Here's the vb code I use to open an ODBC connection to a .dbf file. Add Microsoft ActiveX Data Object 2.7 to your project refernce. Dim db As New ADODB.Connection db.ConnectionString = _ "Driver={Microsoft Visual FoxPro Driver};" & _ "SourceType=DBF;" & _ "SourceDB=c:\foxpro_stuff;"...

Part and Inventory Search

Back
Top