Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
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.
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.