|
-
May 4th, 2005, 08:06 AM
#1
Thread Starter
Hyperactive Member
Re: Return value of Stored Procedure
Dear szlamany,
Thanks for reply
What does SET QUOTED_IDENTIFIER ON and SET ANSI_NULLS ON do?
I can't run your Stored procedure cause i have no some of your stored procedure can you give me more shortly?
Normally i use command to open recordset from stored procedure, works fine.
but i can't open a recordset (using command) from stored procedure which is using RETURN keyword
Thanks everyone
Last edited by naruponk; May 4th, 2005 at 08:12 AM.
-
May 4th, 2005, 08:50 AM
#2
Re: Return value of Stored Procedure
 Originally Posted by naruponk
Dear szlamany,
Thanks for reply
What does SET QUOTED_IDENTIFIER ON and SET ANSI_NULLS ON do?
I can't run your Stored procedure cause i have no some of your stored procedure can you give me more shortly?
Normally i use command to open recordset from stored procedure, works fine.
but i can't open a recordset (using command) from stored procedure which is using RETURN keyword
Thanks everyone 
Another one of our rules is to SCRIPT all DB objects in TEXT FILES that end in .SQL and execute them in QUERY ANALYZER to load them into the database.
That SET QUOTED stuff is just boilerplate that we have in our SCRIPT files - something we saw that MS did in their scripts.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|