pragov has asked for the wisdom of the Perl Monks concerning the following question:
I need the code to connect to the Rainstor DB
Previously, we had Teradata for which I used $db_connection = DBI->connect("dbi:Teradata:$DSN:1025", $UID, $PWD,{PrintError => 1,RaiseError => 0,AutoCommit=>1,tdat_lsn => 0}) or die "dbErr\tCould not connect to database\n";
Is it the same or different for Rainstor?
Thanks, pragov
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: connection to DB
by AppleFritter (Vicar) on Oct 16, 2015 at 20:31 UTC | |
|
Re: connection to DB
by Corion (Patriarch) on Oct 16, 2015 at 20:27 UTC |