Directly calling a stored procedure using ArcGIS API for JavaScript, it is not possible as of now. Although you can write a webservice to communicate with the database (stored procedures) and get the results as JSON Object.
Directly calling a stored procedure using ArcGIS API for JavaScript, it is not possible as of now. Although you can write a webservice to communicate with the database (stored procedures) and get the results as JSON Object.