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

Stored Procedure Question

Status
Not open for further replies.
Joined
Apr 24, 2003
Messages
16
Location
US
I created my first stored procedure populating from and to temp tables. They exec properly in sql. But when I select the sp in Crystal, it gave me an error 'crw32.exe has generated errors and will be closed by Windows'.

But when I populate an actual table rather than temp table, it works. I'm not sure why I can't use temp tables? I did set nocount on.

Thanks
 
Thank you, thank you so much
I had been missing the begin and end for the procedure. Thanks a lot.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top