Perl DBI 可以连接到 Redbrick 吗?
DBI 有没有办法连接到 RedBrick 数据库?我在任何地方都没有看到司机,对此的讨论也很少。
Is there a way for DBI to connect to a RedBrick database? I don't see a driver anywhere, and there is very little discussion of this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
RedBrick 支持 ODBC,因此您应该能够使用 DBI ODBC驱动程序。
RedBrick supports ODBC, so you should be able to use the DBI ODBC driver.
虽然我以前不熟悉甚至听说过 RedBrick,但只要它“适合”DBI API,您就应该能够为其编写自己的驱动程序。
请查看 DBI::DBD 了解如何执行此操作。
While I'm not familiar with or has even heard of RedBrick before, as long as it "fits" the DBI API, you should be able to write your own driver for it.
Take a look at DBI::DBD on how to do that.