AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
I want to link to Dbf files through my vb application. How should i do it??
I don't remember which program does the .dbf database format, but offhand there are a few ways to connect to virtually any file type. ADO (add ado control, properties, to see what the connection string property should be, it's a option driven type of thing) - or - DSN (Data sources ODBC), then us ado and use the DSN as the data source