Data Provider Integration Scenario
Because the Pervasive PSQL data provider is integrated into Visual Studio, many typical data access tasks can be simplified. For example, after making the connection to the database, you can create queries using Query Builder.
The Query Builder can help you graphically design database queries.
To create a simple query:
1
2
3
Right-click Tables; then, select New Query.
4
5
Click Close to close the Add Table window.
6
7
Click the Execute SQL button on the toolbar.
8