Is there a way to directly query the columns names of a DB4 .dbf file?
You can use GetOleDbSchemaTable (msdn) and here you've got an example of using it for dbf file in VB, that should help you in getting proper connection.
Is there a way to directly query the columns names of a DB4 .dbf file?
You can use GetOleDbSchemaTable (msdn) and here you've got an example of using it for dbf file in VB, that should help you in getting proper connection.
精彩评论