You are here

constant Connection::DATABASE_NOT_FOUND in Drupal driver for SQL Server and SQL Azure 3.0.x

Same name and namespace in other branches
  1. 8.2 drivers/lib/Drupal/Driver/Database/sqlsrv/Connection.php \Drupal\Driver\Database\sqlsrv\Connection::DATABASE_NOT_FOUND
  2. 8 drivers/lib/Drupal/Driver/Database/sqlsrv/Connection.php \Drupal\Driver\Database\sqlsrv\Connection::DATABASE_NOT_FOUND

Error code for Login Failed.

Usually happens when the database does not exist.

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Connection.php, line 38

Class

Connection
Sqlsvr implementation of \Drupal\Core\Database\Connection.

Namespace

Drupal\Driver\Database\sqlsrv

Code

const DATABASE_NOT_FOUND = 28000;