Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DBI 有没有办法连接到 RedBrick 数据库?我在任何地方都没有看到司机,对此也很少讨论。
RedBrick支持 ODBC,因此您应该能够使用DBI ODBC 驱动程序。
虽然我以前不熟悉甚至听说过 RedBrick,但只要它“适合” DBI API,您应该能够为它编写自己的驱动程序。
看看DBI::DBD如何做到这一点。