Data Access Component

The LitWare team's goal is to design a generic data access component that supports any ActiveX® Data Objects (ADO) command type: adCmdText, adCmdTable, AdCmdTableDirect, adCmdStoredProc, and adCmdUnknown. The PT application will use SQL Server stored procedures extensively, using the adCmdStoredProc command, but this component also accommodates scripted SQL statements and direct table access. This component is flexible and LitWare can use it in future applications.

In summary, this component must support:

The implemented data access component is named SQLXML. The following topics in Implementation describe how the PT application uses SQLXML: