SQLITE_CANTOPEN_SYMLINK constant

int const SQLITE_CANTOPEN_SYMLINK

The SQLITE_CANTOPEN_SYMLINK result code is returned by the sqlite3_openstatic const int ) interface and its siblings when the SQLITE_OPEN_NOFOLLOW flag is used and the database file is a symbolic link.

Implementation

static const int SQLITE_CANTOPEN_SYMLINK = 1550;