Is it posible using MSSQL Views with JdbcResultSet and how? I couldn't get value.
B4X:
Dim rsTable As JdbcResultSet = SQL.execquery("select * FROM DataTable") '<=== Here success from Table
Dim rsView As JdbcResultSet = SQL.execquery("select * FROM DataView") '<=== Here not success from Views. Stopping app without error.