开发者

Can Perl DBI connect to Redbrick?

开发者 https://www.devze.com 2022-12-22 12:30 出处:网络
Is there a way for DBI to connect to a RedBrick database?I don\'t see a driver anywhere, and there is very little discus开发者_开发问答sion of this.RedBrick supports ODBC, so you should be able to use

Is there a way for DBI to connect to a RedBrick database? I don't see a driver anywhere, and there is very little discus开发者_开发问答sion of this.


RedBrick supports ODBC, so you should be able to use the DBI ODBC driver.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消