Browsing data a regular view

You can browse data in a regular view . Regular views are stored in the database as definitions for the view. The view is populated with data when it is queried so that the data in the view is current.

Prerequisites

The regular view must already be defined and be a valid view that is enabled.

You must have permissions to view the regular view and the data in its underlying tables.

Context and remarks

This task starts in Sybase Central, where you request the regular view that you want to view, and completes in Interactive SQL, where the data for the regular view is displayed.

 Browse a regular view using Sybase Central
  1. Use the SQL Anywhere 12 plug-in to connect to the database.

  2. In the left pane, click Views.

  3. Select a view on which you have permission and then click File » View Data In Interactive SQL

Results

Interactive SQL opens with the view contents displayed on the Results tab of the Results pane.

Next

None.

 See also