Hi all.
I have some problem with getting data from external source (PostgreSQL) via JDBC and load it in DeepSee and I resolved some problems while writing this question :)
So..Below I proved my steps of working:
- Created SQL Gateway Connection
- Created class for loading data via JDBC
S Connection=##class
- In 2 line I got exception (not saved it) and I exclusive this option
- Next I Created projections via SQL wizard and now all tables stored in Cache and I get needed data via ##class(%ResultSet.SQL).%Prepare()
- After that I create model (StudentRating) in sequence by result set

