README.md

December 5, 2022 ยท View on GitHub

dBase Viewer

Description

View the contents of a dBASE file (.DBF). Good example of how to use ListView and ADO together. Code can be easily modified to handle MSAccess files or even CSV files. Only thing particular about dBASE as opposed to other databases is the manner in which the Connection and SELECT strings are created.

oConn.Open "Driver={Microsoft dBASE Driver (*.dbf)};" & _

"DriverID=277;" & _

"Dbq=c:\somepath"

Then specify the filename in the SQL statement:

oRs.Open "Select * From user.dbf", oConn, , ,adCmdText

Hope someone finds this useful ... Cheers

More Info

None that I know of but please report any bugs

Submitted On2003-10-27 02:43:00
ByFoundations Software
LevelBeginner
User Rating4.6 (23 globes from 5 users)
CompatibilityVB 6.0
CategoryDatabases/ Data Access/ DAO/ ADO
WorldVisual Basic
Archive FiledBase_View16635210272003.zip