facebook

Editing and Querying data in MYSQL

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

    architect-01
    Member

    I have connected fine to MySql. I created tables and data with the MySql query tools. After I have connected in MyEclipse it sees the tables and data but I cannot seem to Query or edit the data. Do you have any examples you can send me. I am stuck at this point.

    Thanks 🙄

    #267250 Reply

    Haris Peco
    Member

    You can query data using sql editor (right click on connection node and call New SQL Editor or make new file with extension *.sql)
    If you want edit data you can right click on table node and call ‘Edit data’ – delete row and insert new row is not possible (for now) except using SQL editor.

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Editing and Querying data in MYSQL

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