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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

calling stored procedure from impromptu

Status
Not open for further replies.

tandyaw

Programmer
Feb 9, 2004
17
US
Is it possible to call stored procedure from impromptu?

Thanks,
Lia
 
Yes, open your Impromptu catalog create a new report, and select stored procedure. In the query section type "call and the stored procedure name" example: call sp_orders

Verify the query syntax and click ok

Regards,

Martin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top