DBD-Firebird
view release on metacpan or search on metacpan
Firebird.pm view on Meta::CPAN
$drh = DBI::_new_drh($class, {'Name' => 'Firebird',
'Version' => $VERSION,
'Err' => \$DBD::Firebird::err,
'Errstr' => \$DBD::Firebird::errstr,
'Attribution' => 'DBD::Firebird by Edwin Pratomo and Daniel Ritz'});
$drh;
}
# taken from JWIED's DBD::mysql, with slight modification
sub _OdbcParse($$$)
{
my($class, $dsn, $hash, $args) = @_;
my($var, $val);
if (!defined($dsn))
{ return; }
while (length($dsn))
{
if ($dsn =~ /([^;]*)[;]\r?\n?(.*)/s)
( run in 1.052 second using v1.01-cache-2.11-cpan-65fba6d93b7 )