1753878 Members
7436 Online
108809 Solutions
New Discussion юеВ

Re: DBD choice

 
Cfabio
Frequent Advisor

DBD choice

Hi

I need an advice.
I've a Alpha Operating System, Version V8.3 and a software (OSC Radiator) that I have to connect to a database using perl. So I need to choose a database and the relative DBD to talk with the DBI.

Which free database can I use? what is the more simple choice?

Regards
5 REPLIES 5
Craig A Berry
Honored Contributor

Re: DBD choice

Your query does not make clear whether the database will be running on VMS or not.

Probably the simplest would be DBD::SQLite since the whole database is embedded in the driver. I've never tried to build DBD::SQLite but I have heard of SQLite working on VMS.
Cfabio
Frequent Advisor

Re: DBD choice

Yes, you're right; the database will be running on VMS.

Ok for DBD::SQLite; I'll try to build it.



Bye
labadie_1
Honored Contributor

Re: DBD choice

Cfabio
Frequent Advisor

Re: DBD choice

Hi

Thanks but I can't use python..I have to work with perl.

Now I'm trying to install the perl module DBI-1.611 but I have problems during the test of the module.

I'll start a new thread for this.

Bye

Bob Blunt
Respected Contributor

Re: DBD choice

Cfabio, check the freeware pages at OpenVMS.org. Most of the public domain database solutions that have been ported to VMS should be listed there. There's also a set of associated pages for DBAs at their site that might be a good source to find opinions about those public solutions.

bob