使用 C# 打开 Watcom DB
因此,我只是被问到是否可以通过 C# 打开 watcom db 文件,因为我们需要从中检索一些数据,而 Access 和 Sql Server 似乎都无法导入它。
我不知道从哪里开始...
我得到的只是一个 .DB 文件和那些模糊的说明。
谢谢
So, I was just asked if I can open a watcom db file through C# as we need to retrieve some data from it, and neither Access nor Sql Server appear capable of importing it.
I don't know where to begin...
All I've been given is a .DB file, and those vague instructions.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要联系 Sybase 并索取 ODBC 驱动程序。这样,您将能够使用 ODBC 数据库调用打开数据库。
有关详细信息,请参阅以下主题:
将 Watcom 数据库导入 SQL
是否有 Watcom ODBC 驱动程序?
You'll likely need to contact Sybase and ask for an ODBC driver for it. With that, you will be able to open the database using ODBC database calls.
See these threads for more info:
Import Watcom db into SQL
Is there a Watcom ODBC driver?