DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Cursor problems

  1. #1
    Join Date
    Aug 2005
    Posts
    12

    Cursor problems

    I really need help.
    This query below runs fine without errors, however
    Last edited by israel05; 09-08-2005 at 02:24 PM.

  2. #2
    Join Date
    Sep 2005
    Posts
    3

    Error in Code

    I am not sure what you mean, but ther is an error in you code,

    v_cust_key := '&customerid';

    you are missing an 's' from the end

    v_cust_keys := '&customerid';

    Regards
    David

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width