If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > stuck on a stored procedure problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-12-06, 18:01
blmgyossi blmgyossi is offline
Registered User
 
Join Date: May 2006
Location: New York
Posts: 15
stuck on a stored procedure problem

Can you see anything wrong with this code? I tried modifying all the code around MySQL keeps pointing to this line, so it's gotta be in here:
DECLARE updateLinks CURSOR FOR SELECT categoryToCategoryID, level, sortHistory, sortTitleHistory FROM b2casp.categoryToCategory WHERE sortHistory REGEXP oldSortHistory AND sortTitleHistory REGEXP oldsortTitleHistory;

Any ideas please?
Reply With Quote
  #2 (permalink)  
Old 09-12-06, 18:27
blmgyossi blmgyossi is offline
Registered User
 
Join Date: May 2006
Location: New York
Posts: 15
solved, it's supposed to be on top of proc
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On