Next: , Up: DBI.ConnectionInfo   [Index]


3.3.1 DBI.ConnectionInfo class: instance creation

fromDSN: aDSN

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;...