visual_designer.hlp
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:3k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. .pgaw:Help.f.t insert end 
  2. "Visual query designer" {bold} "
  3. PgAccess is using an advanced tool for visual designing of queries. 
  4. For those of you that have used Microsoft Access, it will be very familiar.
  5. When a new query is build, an empty canvas will be presented to you. 
  6. In the bottom of the screen there is the " {} "result" {italic} " zone.
  7. Add new tables on the canvas by selecting them from the drop-down or by entering 
  8. their names in the "Add table" entry and then pressing Enter.
  9. After adding the source tables on the canvas you can make links between fields from 
  10. different tables by dragging one field and dropping it on the label of the
  11. corresponding field in the linked table. Links can be deleted by selecting them
  12. (the link line will change it's colour) and then press "Delete" key.
  13. In order to delete a table from the canvas, select it by mouse clicking on the
  14. name of the table and then press the "Delete" key. The tables can be moved
  15. on the canvas by dragging them from their name labels. The entire canvas can
  16. be panned by dragging it from an empty area.
  17. In order to select fields that will be included in the result, drag the desired 
  18. field from the table and drop it in the result zone in the desired column.
  19. If there is already another field in that column, it will be shifted to the 
  20. right together with all the remaining fields to the right and the new field will 
  21. be inserted in the desired column.
  22. You can also specify a condition for records to be included in the result. Go 
  23. to the result zone and in the "Criteria" row enter the condition for the 
  24. selected field." {} "
  25. Example:" {italic} "
  26. > 150
  27. we will presume that we entered the above criteria for a numeric field. Or:
  28. = 'CPU'
  29. for a character field.
  30. If you don't want a field to be included in the result and you dropped it into 
  31. the result area just for adding a selection criteria on it, mouse click on 
  32. the Yes or No label in the "Return" row.
  33. In order to sort the results on a field, mouse click on the 'unsorted' label in 
  34. the "Sort" row.
  35. If you want to remove a field from the result zone, click on it's name and 
  36. then hit the "Delete" key.
  37. Pressing the "Show SQL" button will display the SQL command that will be 
  38. build from the current tables and result columns. Clicking on the canvas will 
  39. make it dissapear and the table layout will be displayed again.
  40. Check the query execution by pressing on the "Execute SQL" button. If the 
  41. query has been executed without error, a query viewer will be displayed and 
  42. you will be able to see the selected rows. When everything is ok, save the 
  43. query command to the query builder by pressing the "Save to query builder" 
  44. button.
  45. "