Microsoft SQL Server
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseMicrosoft SQL Server

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old May 3rd, 2004, 04:26 PM
DarkRodro DarkRodro is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 2 DarkRodro User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ASP not getting return value

I have a stored procedure like this:

Code:
 BEGIN TRANSACTION 
update ............. Select @ErrorCode = @@Error
If @ErrorCode = 0 COMMIT TRANSACTION Else ROLLBACK TRANSACTION return @ErrorCode


The update statement could violate a primary key constraint, so I need the return value to know that in my ASP code.
When the update succeeds, I do get 0 as the return value, but if it fails, I get nothing.
Running from Query Analizer, everything works fine, so it must be something in my ASP code.

I even tried putting a "Return 1" right after the update, and still I got nothing. It seems that when the update fails, the stored procedure stops executing.

Anyone knows what could be happening?


DarkRodro
PD: Instead of the return value, my idea was to use the error collection, but I had similar outcomes: raiserror never got called.

Reply With Quote
  #2  
Old May 3rd, 2004, 05:07 PM
Memnoch's Avatar
Memnoch Memnoch is offline
Unholy Moderator
ASP Free God 14th Plane (11500 - 11999 posts)
 
Join Date: Oct 2003
Location: In hell, where did you think?
Posts: 11,760 Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level) 
Time spent in forums: 3 Weeks 5 Days 5 h 22 m 16 sec
Reputation Power: 443
I'm not understanding the problem?
If it returns 0 when it succeeds, then just check to see if the value returned is equal to 0.
If it isn't then throw an error because it failed.

Reply With Quote
  #3  
Old May 4th, 2004, 10:18 AM
DarkRodro DarkRodro is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 2 DarkRodro User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Clarifying

I posted a simplified example, in that case, like you said, I could check <>0... but I usually have more than one statement in my transactions, so I need different return codes to know WHERE it failed. Also, the same statement could fail for different reasons.

Last edited by DarkRodro : May 4th, 2004 at 10:29 AM.

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft SQL Server > ASP not getting return value


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway