Using jSql library I can perform any SELECT by ExecQuery or another sql command using ExecNonQuery. But what for example if I want to ask for User's grants (SHOW GRANTS FOR CURRENT_USER) ?
I tried using ExecQuery, but the ResultSet seems to have not the result of the operation.
Any suggestion?
thanks
Roberto
I tried using ExecQuery, but the ResultSet seems to have not the result of the operation.
Any suggestion?
thanks
Roberto