C# 选择 dbf 列名
有没有办法直接查询 DB4 .dbf 文件的列名?
Is there a way to directly query the columns names of a DB4 .dbf file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法直接查询 DB4 .dbf 文件的列名?
Is there a way to directly query the columns names of a DB4 .dbf file?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您可以使用 GetOleDbSchemaTable (msdn) 这里有一个在 VB 中将其用于 dbf 文件的示例,这应该可以帮助您获得正确的连接。
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.