DataWindow .NET components

There are two major components in DataWindow .NET:

Figure 1-1: DataWindow .NET architecture

The image shows the DataWindow .NET front end, server, and database interface components communicating with a .NET Windows  or Web application.

DataWindow .NET also includes native database interfaces that provide a direct connection to your data through vendor-specific database APIs, as well as standard ADO.NET, ODBC, and OLE DB interfaces.

You use these database interfaces when you design your DataWindow objects in DataWindow Designer and in your application development tool. In your development tool, you can provide database connectivity using a Transaction class that is used only by the DataWindow, or an AdoTransaction class that lets you share an ADO.NET connection with other database constructs such as DataSets or Command objects.

For information about database connectivity in DataWindow Designer, see Connecting to Your Database. For information about connecting to a database using the DataWindow .NET Transaction or AdoTransaction classes, see Chapter 5, “Working with Transaction and AdoTransaction Objects.”