facebook

How to insert a record using DB Explorer

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

    hjyonline1
    Member

    How can I insert record with my eclipse’s database explorer?

    #228519 Reply

    support-jeff
    Member

    how about:

    INSERT INTO table_name VALUES(a,b,c,d,...);

    ?

    #235799 Reply

    Stanley
    Participant

    The question is : how to insert a new blank record or copy a record in “Direct Table Editing” sheet?

    #249717 Reply

    lsbarbosa
    Member

    @Stanley wrote:

    The question is : how to insert a new blank record or copy a record in “Direct Table Editing” sheet?

    There is no aswere for that? I mean, a DB Explorer that you can only see the data and you can’t execute DML ???

    you don’t need to write: select * from table

    but you need to write: insert into table values (a, b, c)

    ???

    []s
    Leonardo Barbosa

    #249726 Reply

    Brian Fernandes
    Moderator

    Leonardo,

    I’m afraid I have not fully understood your question. Perhaps you could re-explain?

    We do not support adding new records via the wizard right now. You have to add them by executing the appropriate SQL query in the SQL editor as suggested.
    DB tooling is going to be upgraded as part of the 5.0 release cycle.

    Best,
    Brian.

    #256632 Reply

    jaqel
    Member

    Any idea when we will see this feature.

    I was really expecting this feature to be available in 5.0GA but after upgrading today i was dissapointed to find that it’s not there.

    So when can we expect to see it?

    Thanks
    Johnny

    #256817 Reply

    Brian Fernandes
    Moderator

    Johnny,

    This is on our internal TODO list but it hasn’t been prioritized by the management team yet; we have been concentrating on other areas in the DB tooling like the ERD and the new Table / FK and Index wizards.

    I will bring this up at the next feature discussion meeting. Until then I cannot promise anything, but it should be a release or two down the line.

    Sorry for the inconvenience caused,
    Brian.

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: How to insert a record using DB Explorer

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