Browse By Tags
All tags
IOM
SQL
Server Methods
Item Views
using the SQL item type as a view
[email protected]
Querying a SQL view I built in SSMS from an Aras server method: string SQL_View = "innovator.my_custom_sql_view"; string SQL = "select * from " + SQL_View; Item SQL_qry = inn.applySQL(SQL); This is quick for me because I do a lot in SQL, but I know…
Answered
6 年以上前
Aras Community
Development