Print
Add To Favorites
Email To Friend
Rate This Article
|
Retrieving Database Schema Information using the OleDbSchemaGuid Class
|
Published:
11 Apr 2005
|
Abstract
As well as querying and inserting data into a database, there is sometimes the need to retrieve information about the database schema. Steven Swafford looks at how we can accomplish this using the OleDbSchemaGuid class of the System.Data.OleDb namespace. |
|
by Steven Swafford
Feedback
|
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days):
25986/
73
|
|
|
Introduction |
[ Download Code and Sample Database]
Recommended Software
Assumption
The reader should have an understanding of C# to follow the provided example code. All the screenshots and references to the IDE are of Visual Studio .NET. |
|
|
User Comments
No comments posted yet.
|
|
|