开发者

Can Perl DBI connect to 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 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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜