Share via


SQL Server Compact 3.5 uses SSCEParam objects to report detailed error parameters. SSCEParam objects are members of the SSCEParams collection.

Parameters

The SSCEParam object has one property.

Property

Description

Param

The Param property contains the value of a parameter and provides a descriptive element of an error.

SQL Server Compact 3.5 creates an SSCEParams collection whenever a Replication, RDA, or Engine object method call fails. There are always six SSCEParam objects in an SSCEParams collection. The first three are integers and the last three are strings.

Some properties of SSCEParam object cannot be used. Unused integer SSCEParam objects contain the value 0, and unused string SSCEParam objects contain an empty string.

Error objects and collections are retained until the next Replication, RDA, or Engine object method is called.

Reference

SSCEParams Collection

Other Resources

Engine Object Programming (SQL Server Compact)

Remote Data Access Programming (SQL Server Compact)

Replication Programming (SQL Server Compact)