Checking solidDB ODBC and JDBC client version
To check the version and build of a solidDB client, complete one of the following steps:
▪ Run the following command:
ADMIN COMMAND 'userlist -l'
The client version of each connected user is listed in the output. For details about all the information that is displayed, see
USERLIST.
For example:
solsql> ADMIN COMMAND 'userlist -l';
RC TEXT
-- ----
0 DBA
0 Id: 4
0 Tid: 1276
0 Type: ODBC
0 Machine: solid1 (127.0.0.1)
0 Login time: 2012-05-24 15:04:08
0 Appinfo:
0 Client version: JDBC 100.0.0.0 Build 2014-11-30
0 Last activity: 2014-11-30 15:05:19
0 Autocommit: 0
0 RPC compression: No compression ... ...
▪ Check the version of the solidDB ODBC or JDBC Driver library as instructed in
Troubleshooting.
Go up to