VO2Jet comes with a Server Editor subsystem for the CA-Visual Objects IDE. Below is an image of the Jet Server Editor in Action.


From the Jet Server Editor you can press the browse button to browse the data in the query you are designing:

VO2Jet comes with a number of sample programs.
Below is an image of the Jet Explorer sample.
The VO2Jet Explorer sample is a sample program that shows you how you can browse the database structure of a Jet database. You can explore the table and query definitions, including indexes, fields, relations etc. The sample uses an explorer-window

Another sample that comes with the product is the JetDataWindow sample.
The VO2Jet DataWindow sample is a sample application that shows you how you can open tables and queries from a Jet database, in a similar way as the Standard MDI framework does. You can open multiple databases and browse tables from those databases at the same time (you can’t do that with Access !) . The data is displayed using VO’s DataWindow and Databrowser classes.

The Order Maintenance sample application show how to setup 1 to many relations with data windows and Vo2Jet tables. It uses queries in the database to join the orders and the customer table, and also to join the details and products table:

VO2Jet comes with a Server Editor subsystem for the CA-Visual Objects IDE. Below is an image of the Jet Server Editor in Action.


From the Jet Server Editor you can press the browse button to browse the data in the query you are designing:

VO2Jet comes with a number of sample programs.
Below is an image of the Jet Explorer sample.
The VO2Jet Explorer sample is a sample program that shows you how you can browse the database structure of a Jet database. You can explore the table and query definitions, including indexes, fields, relations etc. The sample uses an explorer-window

Another sample that comes with the product is the JetDataWindow sample.
The VO2Jet DataWindow sample is a sample application that shows you how you can open tables and queries from a Jet database, in a similar way as the Standard MDI framework does. You can open multiple databases and browse tables from those databases at the same time (you can’t do that with Access !) . The data is displayed using VO’s DataWindow and Databrowser classes.

The Order Maintenance sample application show how to setup 1 to many relations with data windows and Vo2Jet tables. It uses queries in the database to join the orders and the customer table, and also to join the details and products table:
