|
|
|
|
|
Total Hits: 75 | Today: 0
|
Author: Microsoft
|
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....
|
|
|
|
Total Hits: 166 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
Total Hits: 474 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
Total Hits: 1251 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
Total Hits: 320 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
Total Hits: 2251 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
Total Hits: 2040 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
Total Hits: 4646 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
Total Hits: 2494 | Today: 0
|
Author: MSDN
|
Rating:
|
|

This article describes how to load hierarchical data into a DataSet by using the Fill method of the DataSet class....
|
|
|
|
Total Hits: 827 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
Total Hits: 559 | Today: 0
|
Author: MSDN
|
Rating:
|
|

This article describes how to roll back updates after an error when you use a DataAdapter and a DataSet object....
|
|
|
|
Total Hits: 622 | Today: 0
|
Author: MSDN
|
Rating:
|
|

Use this step-by-step guide to format a string if there is a quotation mark in a member of the connection string....
|
|
|
|
Total Hits: 1343 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
Total Hits: 1181 | Today: 0
|
Author: MSDN
|
Rating:
|
|

Use this step-by-step guide to read and write data to and from BLOB (LongVarBinary) columns in a database table....
|
|
|
|
Total Hits: 863 | Today: 0
|
Author: MSDN
|
Rating:
|
|

DataSet objects, a key part of data access in the Microsoft .NET Framework, are in-memory objects that can hold tables, views, and relationships. This article demonstrates how to fill a DataSet object with the results of one or more database queries and how to access that data after it is loaded into the DataSet object....
|
|
|
|
Total Hits: 851 | Today: 0
|
Author: MSDN
|
Rating:
|
|

This article demonstrates how to fill a DataSet object with the result set from an Oracle stored procedure. The DataSet object is central to supporting disconnected, distributed data scenarios with ADO.NET. The DataSet is a memory-resident representation of data that provides a consistent, relational programming model regardless of the data source. The DataSet represents a complete set of data, including related tables, constraints, and relationships among the tables....
|
|
|
|
Total Hits: 4323 | Today: 0
|
|
Rating:
|
|

DataSet objects, a key part of data access in the Microsoft .NET Framework, are in-memory objects that can hold tables, views, and relationships. This article demonstrates how to take a DataSet that contains data (which is loaded from a database), how to modify that data, and then how to send it back to the database to update the original source....
|
|
|
|
Total Hits: 95 | Today: 0
|
Author: Kenneth Kasajian
|
Rating:
|
|

This document describes a method by which features of Object-Oriented Programming (OOP) can be used in straight C, including Standard/ANSI C, and some variants of pre-ANSI C. The following compilers have been tested:
* Visual Studio 6.x + * GCC * LCC * Turbo C 2.0
OOP constructs are implanted via C macros so that source code is easily readable. Knowledge of OOP is assumed as well as rudimentary knowledge of C++....
|
|
|
|
Total Hits: 114 | Today: 1
|
Author: gugulea
|
Rating:
|
|

There are many articles and applications posted here, but I couldn't find one that could do what I wanted. I don't want to add any plug-in to Visual Studio, or modify any .rc files that the IDE should maintain and modify. I want to add more version info like build date. Some of the solutions given here are good but are not complete. They represent only a starting point to my solution....
|
|
|
|
Total Hits: 106 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

A rubber band, or focus rectangle, is a rectangle that tracks with the mouse pointer while you hold the left mouse button. This technique is used to delimit a selection in response to user mouse-pointer input. In the graphics device interface (GDI), these rectangles are implemented by using raster operations (ROPs). However, the System.Drawing method is based on GDI+ (the successor to GDI). GDI+ does not support ROPs. This article describes another approach to implement focus rectangles in the ....
|
|
|
|
|
|