• TRY this

    "SELECT Count(*) As Count FROM Table A".

    Then on the ResultSet , Type Count in the value and map to your Varaiable.

    This should work.

    thanks