December 2004
Intermediate to advanced
1008 pages
21h 40m
English
This section will show you how to use the SQL Server Data Provider, including all the classes that are part of it.
The SQL Server Data Provider is a set of classes that enable you to access data and metadata within an instance of SQL Server. All operations require an open connection to the database. After you have established a connection, you can perform various operations such as executing stored procedures and retrieving rows of data. The following is a description of each of the classes that make up the SQL Server Data Provider.
As with all data sources that require an active connection, the connection is the heart of the provider. You cannot ...
Read now
Unlock full access