Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Framework manager-Create query subject Using stored Procedure

Status
Not open for further replies.

udaykamble

Programmer
Feb 10, 2009
36
0
0
US
How to create a query subject using a SQL Stored procedure and what is the syntax if I have call the SP from SQL tab? Please help.
 
1. Create a new query subject through wizard and choose the option: Stored procedure
Select the datasource that points to the database where the SP is stored. A dataquery is used for DML (select), datamodification is used for other DML statements (update, insert etc)
You can test by adding a value in the definition tab..

Ties Blom

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top