Big Brother tells me that Sterin, Ilya wrote:
> DBI->connect(Driver=/usr/local/lib/odbc-i02.so;Se....... ????????
> 
> You still must use DBI->connect("dbi:ODBC:dsn_string_here")

    I am:

$driver = "Driver=/usr/local/lib/odbc-i02.so;... ";
$db = DBI->connect("DBI:ODBC:$driver") or die $DBI::errstr;

PGP signature

Reply via email to