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: Save Data from an Object to a Database  Version: 0.00     Price: $0.00  
Total Hits: 41  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

You can save data in objects to a database by passing the values from your object to one of the TableAdapter's DBDirect methods (for example, TableAdapter.Insert). For more information, see TableAdapter Overview. To save data from a collection of objects, loop through the collection of objects (for example, a for-next loop) and send the values for each object to the database using one of the TableAdapter's DBDirect methods....

Outlook Drag and Drop in C#     
Total Hits: 285  |  Today: 0Author: David Ewen      Rating:  
Read Reviews | Write Review |  Your Rating: 

A project came up at work the other day requiring the ability to drag and drop any number of mail messages or mail message attachments from outlook into a WinForm application... Easy I thought, this has to be a common problem I will just jump on CodeProject find an example and with a bit of tweaking be running in no time. Now if your here I am sure you now know how little information there is available on this topic so I thought I would add to the very small pool with a complete example of how t...

How To Save a DataSet Class as XML in .NET Framework SDK     
Total Hits: 177  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

This document illustrates how to save relational data that is loaded into a DataSet class to a file as Extensible Markup Language (XML). This demonstrates the transition between relationally mapped data and XML data....

HOW TO: Make a Typed DataSet Return a Default Value Instead of DBNull by Using Visual C# .NET (Q318048)     
Total Hits: 1327  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article describes how to change the XML Schema file to make a typed DataSet return a default value instead of DBNULL....

HOW TO: BETA: Handle Multiple Results Using the DataReader in Visual C# .NET (Q311274)      
Total Hits: 106  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article contains a generic function that you can use to process multiple recordsets and other messages that are returned from stored procedures or the execution of batch SQL statements....

HOW TO: Create and Use a Typed DataSet by Using Visual C# .NET (Q320714)     
Total Hits: 4920  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article shows you how to create and use a typed DataSet in a small Web application. Typed DataSets, which inherit from the DataSet class, create first-class members of a DataSet's DataTables and DataColumns, yielding the many benefits that come with the use of strong typing....

HOW TO: Read Hierarchical Data into a DataSet in Visual C# .NET (Q318454)     
Total Hits: 2750  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes how to load hierarchical data into a DataSet by using the Fill method of the DataSet class....

HOW TO: Perform a Distributed Transaction with a .NET Provider by Using ServicedComponent (Q316247)     
Total Hits: 878  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article demonstrates how to perform a distributed transaction by using a .NET provider with the ServicedComponent class. Although this article uses the SqlClient .NET provider against a Microsoft SQL Server server, you can also use the ODBC or OLE DB .NET managed provider....

HOW TO: Roll Back Updates in Visual C# .NET (Q316024)     
Total Hits: 609  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes how to roll back updates after an error when you use a DataAdapter and a DataSet object....

HOW TO: Quote a Member of the Connection String in ADO.NET by Using Visual C# .NET (Q316367)     
Total Hits: 656  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

Use this step-by-step guide to format a string if there is a quotation mark in a member of the connection string....

HOW TO: Copy a Picture from a Database Directly to a PictureBox Control with Visual C# (Q317701)     
Total Hits: 1385  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article describes how to copy an image stored in a database directly into a PictureBox control on a Windows Form without needing to save the image to a file....

HOW TO: Read and Write a File to and from a BLOB Column by Using ADO.NET and C++ (Q317017)     
Total Hits: 1223  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

Use this step-by-step guide to read and write data to and from BLOB (LongVarBinary) columns in a database table....

HOW TO: Get Extended Error Information for the DataSet in Visuall C++ .NET (Q308908)     
Total Hits: 201  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

Use this step-by-step guide to check for and report errors for each row and column in each table in a DataSet. You can use this information in update scenarios where it is important to check for errors in any row or column....

HOW TO: Perform Bulk Updates and Inserts Using OpenXML with .NET Providers in Visual C++ .NET (Q316245)     
Total Hits: 509  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article describes how to do bulk inserts and updates with different Microsoft .NET data providers by using the OpenXML method. Although the sample in this article uses the SQLClient managed provider, you can also use the OLEDB or the ODBC managed provider....

HOW TO: Retrieve DataView of a Windows Forms Bound Control in Visual C# .NET (Q317164)     
Total Hits: 202  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes how to retrieve a DataView object from a Windows Forms bound control....

HOW TO: Obtain Underlying Provider Errors Using ADO.NET in Visual C# .NET (Q308650)      
Total Hits: 75  |  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....

HOW TO: Use Data Link Files with the OleDbConnection Object in Visual C++ .NET (Q308428)      
Total Hits: 93  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article demonstrates how to use an OLE DB Universal Data Link (.udl) file to specify the connection string that an ADO.NET OleDbConnection object uses to establish a database connection....

HOW TO: Read and Write BLOB Data Using ADO.NET with Visual C# .NET (Q309158)      
Total Hits: 390  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

The GetChunk and the AppendChunk methods are not available in ADO.NET on DataReader columns, DataSet columns, or Command parameters. This article describes how to use Visual C# .NET to read and write binary large object (BLOB) fields....

HOW TO: Fill a DataSet from a Data Source and Update Another Data Source Using Visual C# .NET (Q313028)      
Total Hits: 2333  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

ADO.NET provides new flexibility in how you update your data source. This article describes how you can update a data source that is different from the original data source that you use to create the DataSet object....

HOW TO: Read XML Data into a DataSet Using Visual C# .NET (Q311566)      
Total Hits: 2117  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

You can use the ReadXml method to read XML schema and data into a DataSet. XML data can be read directly from a file, a Stream object, an XmlWriter object, or a TextWriter object....


1  2  3  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net