in reply to Re: DBD::ODBC Core Driver Version
in thread DBD::ODBC Core Driver Version
Also I noted another driver "SQL Server". Hope that handles the connectivity part.$dbh = DBI->connect( "DBI:ODBC:driver={SQL Server};Server=$server;Data +base=$database;UID=$dbusername;PWD=$dbpassword", { PrintError => 1, RaiseError => 1 } )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: DBD::ODBC Core Driver Version
by afoken (Chancellor) on Oct 06, 2020 at 19:09 UTC |