» Quick Links
You can make money on these forums
We Share profits with you
Google
Google Adsense
Google Adwords
YPN
Yahoo
MSN Search
Web Directories
Web Hosting
Web Hosting Offers
Hosting News
Suggestions
Link Building
Domain Names
PHP Forums
MySQL Forums
» More Links
OSP News
Reseller Hosting
Shared Hosting
Dedicated Servers
Google Adsense
Search Engine Marketing
Link Development
Affiliate Marketing


» Advertising
Multiple DC PR Check

Free SEO Tools


Go Back   Webmaster Forums > Website Developement / Programming > MySQL Forums

MySQL Forums Share Your Ideas and Tips about MYSQL. Ask questions about MYSQL. Table Design and Much More...

Reply
 
Thread Tools Display Modes
  #1  
Old 08-01-2006, 06:17 PM
boje boje is offline
OSP Starters
 
Join Date: Jul 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
boje is on a distinguished road
Angry printing error

print @totalAmount just does nothing but there are data in all tables and the loop does execute for all rows in tableSPID
and i get the first row before the start of while loop.

the result only shows x amount of rows effected but nothing
with @totalAmount


Code:

FETCH NEXT FROM curSPID into @iint --gets first value(s0 from cursor
while @counter < @totalRows --check start VS total
begin


set @counter = @counter + 1

set @totalAmount = @totalAmount + (
SELECT SUM(AmountFromBudget)
FROM Claims_Consultants
WHERE ProjectSPID= @iint
)

set @totalAmount = @totalAmount + (
SELECT SUM(AmountFromBudget)
FROM Claims_Contractors
WHERE ProjectSPID= @iint
)

print @totalAmount

FETCH NEX -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Revenue Sharing Ads ( ?):
  #2  
Old 08-01-2006, 06:19 PM
jackee jackee is offline
OSP Starters
 
Join Date: Jul 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jackee is on a distinguished road
Default

set @totalAmount = ISNULL(@Cons_Claims, 0) + ISNULL(@Cont_Claims, 0) -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Reply


Thread Tools
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Error 1064 (42000).... imaan MySQL Forums 1 12-19-2006 04:18 AM
mysql error: error 28.... Jaida MySQL Forums 1 08-16-2006 06:34 AM
Error 1335 frenzy MySQL Forums 0 12-09-2005 05:52 AM
ODBC Drivers error '80004005' carri ASP forums and Tips 0 12-08-2005 05:12 AM
ASP Error Codes - Description dam Introductions 1 12-07-2005 10:09 AM


All times are GMT. The time now is 08:14 PM.