You are on page 1of 1

DataSources

Returns an associative array of Data Sources and ODBC remarks in the form of:

$ArrayName{'DSN'} = Remark
where DSN is the Data Source Name and Remark is, well, the remark.

Example:
%rem = $db->DataSources;
print LOG qq(Current DSN's Remark: "), %rem{$db->GetDSN}, qq("\n);

You might also like