I am working on a VB project that requires access to multiple DBF files (actually, they are Clipper files with using a CDX index). What is the best way to access files like this in VB? (I currently just need to read the data files, but later may need to update them also... because of their unique index structure, I've found this may be a problem)
I've considered creating ODBC connections, but this seems unfeasible to me since I am access dbf files across multiple directories -- each directory containing the databases for a single client -- and the program will need to access, for example, order.dbf, from any of these directories, and the program needs to be flexible enough to allow the user to select which client to use as the data source. Since I have no way of knowing in advance all the different client directories, I don't see ODBC as a good option.
Does anyone know of any good ActiveX controls or VB classes for manipulating dbf files?
I've considered creating ODBC connections, but this seems unfeasible to me since I am access dbf files across multiple directories -- each directory containing the databases for a single client -- and the program will need to access, for example, order.dbf, from any of these directories, and the program needs to be flexible enough to allow the user to select which client to use as the data source. Since I have no way of knowing in advance all the different client directories, I don't see ODBC as a good option.
Does anyone know of any good ActiveX controls or VB classes for manipulating dbf files?