开发者

C# select dbf column names

开发者 https://www.devze.com 2023-02-23 05:44 出处:网络
开发者_开发问答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
开发者_开发问答

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消