PreviousData Provider for .NET Guide (9.1 revision 1) Next

Code Examples

Show this topic in Library frames

Samples of Pervasive Managed Provider Application Code

This appendix includes code examples of typical database access tasks in ADO.NET. All of the examples are written in C#.

You must modify the connection strings in the examples to work in your environment. All of the examples include calls to MessageBox, which is in the System.Windows.Forms namespace.



Publication contents

Prev topic: Updating Data
Next topic: Sample Tables Used in the Code Examples