什么是 .CDB 数据库文件?我如何使用 C# 读取它?
我当前的任务是读取 .CDB 数据库并从中转储信息。我的第一个问题是..我不知道.CDB 数据库文件是什么。其次,我不知道如何打开它,因为我不知道这个扩展(令人难以置信的是我在 Google 上找不到任何信息)。最后,我需要编写一个 C# 程序来读取它。
由于我认为这个可能被遗弃的扩展没有驱动程序,也许解决方案是在通过我自己的软件读取它之前将其转换为更常见的格式。
任何提示将不胜感激
My current mission is to read a .CDB database and dump information from it. My first problem is that.. I don't know what a .CDB database file is. Second, I don't know how to open it as I don't know this extension (incredibly I couldn't find any info on Google). Lastly, I need to code a C# program to read it.
As I don't think there's a driver for this possibly forsaken extension, maybe the solution is to convert it to a more common format before reading it through my own sofware.
Any tips would be apprecitated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请查看此处。在页面下方,您将找到如何使用数据库的几种实现。有 .Net 版本的 Python 和 Ruby 将数据库转换为更常规的格式。
Look here. Down the page you'll find several implementations how to work with the database. There are .Net version of Python and Ruby you might use to convert the database to a more conventional format.