Next: DBI.ConnectionInfo-accessing, Up: DBI.ConnectionInfo [Index]
Parse a DSN in the format dbi:DriverName:dbname=database_name;host=hostname;port=port where dbi is constant, DriverName is the name of the driver, and everything else is parameters in the form name1=value1;name2=value2;...