Share via


SQLXML Adapter FPC

SQLXML Adapter FPC

The SQLXML Adapter FPC class that is instantiated by the Web services of the Expense Manager Web Application is the primary method for moving the Expense Report form data into and out of the Finance database. The SQLXML Adapter works by using an annotated schema, which defines the mappings between XML elements and items within the database. This mapping allows for XSLT transforms to be run on the data, whether being passed to or from the database.

For more information about the annotated schema, the relationship between the form elements and the database, and the associated XSLT processes, refer to the discussion of the SQLXML Adapter FPC in the Code Review section below.

 

© 2005 Microsoft Corporation. All rights reserved.