constant Connection::DATABASE_NOT_FOUND in Drupal driver for SQL Server and SQL Azure 4.0.x
Same name and namespace in other branches
- 4.2.x src/Driver/Database/sqlsrv/Connection.php \Drupal\sqlsrv\Driver\Database\sqlsrv\Connection::DATABASE_NOT_FOUND
- 3.1.x src/Driver/Database/sqlsrv/Connection.php \Drupal\sqlsrv\Driver\Database\sqlsrv\Connection::DATABASE_NOT_FOUND
- 4.1.x src/Driver/Database/sqlsrv/Connection.php \Drupal\sqlsrv\Driver\Database\sqlsrv\Connection::DATABASE_NOT_FOUND
Error code for "Unknown database" error.
File
- src/
Driver/ Database/ sqlsrv/ Connection.php, line 35
Class
- Connection
- Sqlsvr implementation of \Drupal\Core\Database\Connection.
Namespace
Drupal\sqlsrv\Driver\Database\sqlsrvCode
const DATABASE_NOT_FOUND = 42000;