TOD LANDIS We are working on better documentation for the "average joe". Meanwhile, I hope this will help... Step One is to "Install MySQL and Entrance" if you haven't already: http://dbentrance.com/newdocs/installation.html If you are just getting started with MySQL(r), get a book like "Learning SQL" or "The MySQL Cookbook" and run the examples using Entrance. (To run a query, click the Entrance "New" button, enter the query, then click the "Run" button) As you are learning, be sure to use the "MySQL Syntax" item in the Entrance Help menu, which makes it easy to search for help. (Try highlighting INSERT in a query and looking for help this way) What makes Entrance more fun than conventional IDEs is that you can make charts of query results on-the-fly. Basically, you add an Entrance PLOT section to a MySQL SELECT command an you have a chart. So, learn a little SQL, then check out the Entrance blog, http://dbentrance.com/blog/ for examples. Also, read the PLOT syntax document: http://dbentrance.com/newdocs/plotsyntax.html. If you find yourself stuck, or have a question, please email support@entrance.com or join the Entrance Google Group and post a question there. Also, be sure to check out the "Documentation" links on our web site, http://dbentrance.com/, which include a link to the Entrance FAQ. Tod Landis (Version 1.4.78) |