MS SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMS SQL Development

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 Dev Shed Forums Sponsor:
  #1  
Old July 8th, 2004, 12:01 PM
catz4233 catz4233 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 9 catz4233 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question Using While Loop

I am trying to create a simple loop that simply goes through the loop incrementing minLoanRecordID by one each time. I am receiving 4 Error messages when trying to run they are:
-Line 2: Incorrect syntax near the keyword 'BEGIN'.
-Line 4: 'INTEGER' is not a recognized CURSOR option.
-Line 5: 'INTEGER' is not a recognized CURSOR option.
-Line 15: Incorrect syntax near '='.

Any Help would be greatly appreciated.



Code:

CREATE PROCEDURE LOOPING
      BEGIN

		DECLARE maxLoanRecordID INTEGER DEFAULT = 999;
        	DECLARE minLoanRecordID INTEGER DEFAULT = 0;

		WHILE (minLoanRecordID) < (maxLoanRecordID) 

			SELECT * FROM DU_Requestfile
				WHERE RequestID != (SELECT MAX(RequestID) FROM DU_Requestfile
		   		WHERE loanRecordID = minLoanRecordID)
				AND LoanRecordID = minLoanRecordID
				ORDER BY RequestID

			SET minLoanRecordID = minLoanRecordID + 1

		END WHILE;

	END 

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMS SQL Development > Using While Loop


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 1 hosted by Hostway
Stay green...Green IT