Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Sybase > Need help-urgent

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-16-08, 09:47
kimourina kimourina is offline
Registered User
 
Join Date: Jun 2008
Posts: 6
Red face Need help-urgent

Hi,

I have created a stored procedure and when i try to execute it says #abd table not found.

I have used a select a,b,c,d into #abd table from a select query.It compiled well and during my trials for execution, suddenly it says table not found.

Sometimes, it refers to other table into which i try to insert the data from #abd into.

Please help me in this regard..!!Urgent..!!!

Awaiting for some hrlp asap....!!

Thanks in advance...
Reply With Quote
  #2 (permalink)  
Old 06-17-08, 00:46
samirbadhe samirbadhe is offline
Registered User
 
Join Date: May 2008
Posts: 10
hi,

It looks like, while writing the SP, you have created the table #abc outside the SP and then compiled the SP, so SP found the #abc being in same session. And it got compiled successfully. Now it is complaining because that table is no more available.
Does this table gets generated inside SP, before it is specifically getting used ? I doubt, that it is not. If possible send the code snippet.
__________________
-samir
TechFruits.com
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

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