# CONNECTED This function will return if sphere is connected to any database. Must be checked in a condition like: **IF**, **WHILE**, **QVAL**. **USES**: ## Examples ```IF // Sphere is connected to the database. ELSE // Sphere is not connected to the database. ENDIF```