facebook

SQL Editor broken for # tables (4.1.0 GA)

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #246420 Reply

    CraigPardey
    Member

    Hi,

    The SQL editor is now unable to compile stored procedures for Sybase that have dynamic temporary tables in them. It fails with a syntax error.

    Try compiling this:

    create procedure fire.temp_proc
    as
    begin

    create table #temp(id int)

    end

    Craig

    #246421 Reply

    CraigPardey
    Member

    you might want to remove the ‘fire.’ prefix … that is a local user id.

    #246449 Reply

    Riyad Kalla
    Member

    Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: SQL Editor broken for # tables (4.1.0 GA)

You must be logged in to post in the forum log in