Meaning that you want the name of the database?
This is dependent upon the database you're using, I don't know of a Crystal function for this.
For Oracle, create a SQL Expression such as:
SELECT UPPER(value)
FROM V$Parameter
WHERE UPPER(name) = 'DB_NAME'
Then just place the SQL Expression in the tooltips.
-k