Returns a database ID.
sa_db_list( [ dbidparm ] )
dbidparm Use this optional INTEGER parameter to specify the database ID number.
If you do not specify dbidparm, or if dbidparm is NULL, the IDs for all databases running on the database server are returned. If dbidparm is less than 0, then only the ID for the current database is returned.
None