46) 3/10/2004 815711815711 815711.html">How to update parent-child data with an identity column from a Windows Forms Application by using a Web service in Visual C++ .NET (815711) - Discusses how to create an ASP.NET Web service to access and to update a database. The article discusses how to modfiy data that is in two tables that have a parent-child relationship with an identity column that uses the Web service.
47) 3/10/2004 815671815671 815671.html">How to use XML in connected and disconnected ADO.NET applications in Visual C++ .NET 2003 (815671) - XML is a fundamental part of Microsoft ADO.NET and XML Web Services. This article describes how to use XML in connected and disconnected ADO.NET applications: Connected ADO.NET applications can query Microsoft SQL Server to return an XML result and...
48) 3/6/2004 296726296726 296726.html">PRB: ContentClass and Custom Properties Not Supported at Attachment Body Part (296726) - Messages that are formatted according to the Multipurpose Internet Mail Extensions (MIME) specification are divided into parts. The top part is referred to as the root, and additional parts are referred to as body parts. You can set the content class...
49) 3/6/2004 286755286755 286755.html">How to Create an Index on a Custom Property (286755) - This article demonstrates how to use ActiveX Data Objects (ADO) to create a custom property that is indexed.
50) 3/6/2004 291368291368 291368.html">HOWTO: Determine the Size of Exchange 2000 Server Mailbox with ADO in C++ (291368) - This article provides a Microsoft Visual C++ (VC) code sample that demonstrates how to use ActiveX Data Objects (ADO) to determine the size of a user's mailbox.
51) 3/6/2004 281899281899 281899.html">INFO: MSDAIPP Allows Remote Access to Exchange Web Store (281899) - The Microsoft OLE DB Provider for Internet Publishing (MSDAIPP), also known as Internet Publishing Provider (IPP), can be used to access data in an Exchange Server Web Store. This article describes how to set up the provider for remote access.
52) 2/26/2004 815676815676 815676.html">How to display parent and child fields together in a Windows Forms DataGrid by using Visual C++ .NET (815676) - This step-by-step article describes how to create a Windows form that displays a parent (or master) record and all the related child (or detail) records by using the Northwind Customers and Orders tables. This article also describes the...
53) 2/11/2004 815679815679 815679.html">How to implement a searchable DataGrid control by using ADO.NET and Windows Forms in Visual C++ .NET (815679) - This article describes how to search for data in a Microsoft Windows Forms DataGrid control and how to synchronize the grid with the search results. In this sample, you programmatically retrieve data into a DataView class and then bind the DataView to...
54) 2/6/2004 331917331917 331917.html">PRB: Changes to the Filter property in a hierarchical recordset appears to be read-only (331917) - In a hierarchical recordset, changes that are made to the Filter property on the chapter field are lost. The changes do not affect the original chapter. The property appears as read-only. However, no errors or warnings are produced.
55) 2/2/2004 299320299320 299320.html">HOWTO: Display an Image on a Web Page When the Path Is Stored in a Database (299320) - It is not always practical to store images that are needed in a Web site in a database; it may be more practical to store a path to the image. Even though the path is stored, you can still use that image in an Active Server Pages (ASP) page. This...
56) 2/2/2004 250548250548 250548.html">INFO: Using Resync in ADO with Joined Recordsets (250548) - Updateable client-side ADO recordsets can be resynchronized by calling the Resync method. This method is different from the Requery method. While the Requery method re-submits the original query, the Resync method generates separate queries to...
57) 1/31/2004 253248253248 253248.html">PRB: Setting the Sort Property of an ADO Recordset Object Causes Run-Time Error Message 3251 (253248) - Setting the Sort property of an ADO Recordset object whose CursorLocation property has not been explicitly set or has been set to adUseServer , causes the following error message to appear: Runtime error '3251': The operation requested by the...
58) 1/30/2004 249027249027 249027.html">HOWTO: Call a Parameterized Child Command Through the MSDataShape Provider (249027) - Depending on the Data Provider, the MSDataShape provider may only evaluate parameters for the parent statement. Parameters in child statements may not be evaluated except to create a parameterized SHAPE statement. This article describes how to use...
59) 1/28/2004 317016317016 317016.html">How to read and write a file to or from a BLOB column by using ADO.NET and Visual C# .NET (317016) - This article describes how to read and write data from LongVarBinary BLOB columns in a database table. This article contains examples of both the SqlDataAdapter class and the OleDbDataAdapter class. The only differences between the two classes, other...
60) 1/27/2004 816112816112 816112.html">HOW TO: Retrieve the Identity Value While Inserting Records into Access Database By Using Visual C# .NET (816112) - This step-by-step article discusses how to retrieve the identity column value from an Access database. Retrieving the Identity value from a Jet database is different from that of SQL Server, because a Jet database does not support multi-statement...