| Title |
How To Retrieve Column Schema by Using the DataReader GetSchemaTable Method and Visual C++ .NET |
| Description |
How To Retrieve Column Schema by Using the DataReader GetSchemaTable Method and Visual C++ .NET is a tutorial in which the author explains about the use of the GetSchemaTable method. GetSchmeaTable method of the ADO.NET DataReader object is used to obtain the information about the column. This information include column name, size, datatype etc., This tutorial also tells you the method for getting the schema information for the columns with the help of OLE DB.NET provider and SQL .NET Provider. |
| Comments * |
|