Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Knowledge Base > C-Sharp > Database > DataSet Object


Search:
What's New - What's Hot
HOW TO: Retrieve Schema Information Using GetOleDbSchemaTable and Visual C# .NET (Q309681)      
Total Hits: 235  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article demonstrates how to use the GetOleDbSchemaTable method of the OleDbConnection object in ADO.NET to retrieve database schema information. Schema information in a data source includes databases or catalogs that are available from the data source, tables, and views in a database, as well as constraints that exist and so on. Schema information in a table includes primary keys, columns, and autonumber fields....

HOW TO: Obtain Underlying Provider Errors Using ADO.NET in Visual C++ .NET (Q308651)      
Total Hits: 69  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

Managed providers can raise several exceptions. To obtain more detailed information about the cause, you need access to provider-specific error information. This article shows how to gather this information....

HOW TO: Build a Connection String Programmatically in ADO.NET Using Visual C# .NET (Q310083)      
Total Hits: 199  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article demonstrates how to use the Data Link Properties dialog box to programmatically create a connection string at design time....

HOW TO: Call a Parameterized Stored Procedure Using ADO .NET and Visual C++ .NET (Q310071)      
Total Hits: 113  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article, the parameters are added to the Parameters collection of the Command object. The SQL Server .NET data provider (SqlClient) supports named parameters. Therefore, when you use the SqlCommand object, you do not have add the parameters in any particular order, but the parameters must have the correct name. In this case, you must add the at sign (@) prefix to the parameter names....

HOW TO: Call a Parameterized Stored Procedure Using ADO.NET and Visual C# .NET (Q310070)      
Total Hits: 168  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article demonstrates the last three methods and uses both the SqlCommand and the OleDbCommand objects. Make sure that you copy only the code for the managed provider that you are using....

HOW TO: Persist ADO.NET DataSet into XML by Using Managed C++ (Q309184)      
Total Hits: 62  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article demonstrates how to persist an ADO.NET DataSet object to Extensible Markup Language (XML)....

HOW TO: Use the ADO SHAPE Command with a DataReader in Visual C# .NET (Q309130)      
Total Hits: 116  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes the ActiveX Data Objects (ADO) SHAPE command syntax that produces hierarchical recordsets and explains how to traverse hierarchical recordsets. This article also provides sample code....

HOW TO: Access an Oracle Database Using the OLE DB .NET Data Provider and Visual C# .NET (Q308448)      
Total Hits: 160  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article demonstrates how to use the ADO.NET OLE DB managed provider to access an Oracle database....

HOW TO: Persist an ADO.NET DataSet as XML Using Visual C# .NET (Q309183)      
Total Hits: 115  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article demonstrates how to persist an ADO.NET DataSet object to Extensible Markup Language (XML)....

HOW TO: BETA: Avoid the Boxing Penalty When You Use the DataReader in Visual C# .NET (Q312855)      
Total Hits: 99  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes how to use the Getxxx methods (such as GetChar, GetDouble, and GetInt32) to avoid the boxing penalty when you use the DataReader object....

BETA-INFO: OLE DB .NET Managed Provider Does Not Support Some OLE DB Providers in Visual C# .NET (Q312794)      
Total Hits: 59  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

The OLE DB managed provider requires that the OLE DB provider support a command syntax to select and update data. Most simple OLE DB providers meet this requirement. Because the Microsoft OLE DB Provider for Exchange only supports updates through cursors, the OLE DB managed provider does not support the OLE DB Provider for Exchange....


1  2  3  


Disclaimer - Privacy
© 2002-2012 DevASP.net