Returns the number of connections to the database.
The value returned is dynamic: it can vary depending on how many connections currently exist.
UltaLite supports up to fourteen concurrent database connections.
UltraLite employs different methods that allow you to check the value property:
In Sybase Central Right click the database you have connected to and choose Properties. In the Database Properties dialog box appears, click the Extended Information tab. The conn_count parameter and value appears in an alphabetically sorted list in this tab.
In C/C++ Call GetDatabaseProperty( ul_database_property_id conn_count ).