db_exists Back | Forward | Home

'Language Reference'

User Functions

Database Functions
  • showdbs

  • createdb

  • dropdb

  • renamedb

  • isLocked

  • lockdb

  • unlockdb

  • selectdb

  • db_exists


  • Data Manipulation Functions

    Table Functions

    Error Handling Functions

    << Last Section ( selectdb ) db_exists Next Section ( Data Manipulation Functions ) >>
    Usage bool db_exists ( $database )
    Purpose To check whether a given database exists
    Availability txtSQL >= 2.2 Final

    This function will return TRUE if the $database exists, and FALSE if it does not

    User-Contributed Comments for:
    db_exists()
    No comments found;