Collection Contents Previous Next PDF

UltraLite.NET User's Guide

Understanding UltraLite.NET Development

Accessing and manipulating data using dynamic SQL


UltraLite applications can access table data using dynamic SQL or the Table API. This section describes data access using dynamic SQL.

For information about using the Table API, see Accessing and manipulating data with the Table API.

This section explains how to perform the following tasks using dynamic SQL.

This section does not describe the SQL language itself. For information about dynamic SQL features, see Dynamic SQL.

For an overview of the sequence of operations required for any SQL operation, see Using dynamic SQL.


Data manipulation: INSERT, UPDATE and DELETE
Data retrieval: SELECT
Navigating dynamic SQL result sets
Result set schema description

Collection Contents Previous Next PDF