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 > Data Access, Manipulation & Batch Languages > Delphi, C etc > proc error

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-14-07, 11:14
barbie barbie is offline
Registered User
 
Join Date: Feb 2007
Location: India
Posts: 2
proc error

i am programming in proc.
i have a local variable 'ls_date' inside a function. and using that inside a PL/SQL block inside the same function.
It's erroring as "Identifier LS_DATE must be declared".
but the same program is working when i declared the variable 'ls_date' with global scope.
what's the reson for this?
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

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