106) 8/28/2008 315159 BUG: Named Pipes Do Not Work When Worker Process Runs Under ASPNET Account
(315159) - Under the following circumstances An ASP.NET worker process (Aspnet_wp.exe) runs under the default ASPNET account. -and- You do not enable impersonation on that application. -and- You use the SQL Server .NET Data Provider or the OLE DB .NET Data... 107) 8/27/2008 309487 HOW TO: Read Hierarchical Data into a DataSet in Visual Basic .NET
(309487) - Use this step-by-step guide to copy hierarchical data into a DataSet by using the Fill method of the DataSet class. How to Read Hierarchical Data into a DataSet You can use hierarchical rowsets or chapters (OLE DB type DBTYPE_HCHAPTER and ADO type... 108) 8/25/2008 309488 HOW TO: Retrieve Schema Information by Using GetOleDbSchemaTable and Visual Basic .NET
(309488) - 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... 109) 8/25/2008 309490 HOW TO: Handle Multiple Results by Using the DataReader in Visual Basic .NET
(309490) - 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. Description of the Technique ActiveX Data Objects (ADO) can... 110) 8/27/2008 308484 HOW TO: Display Parent and Child Records in a Windows Forms DataGrid by Using Visual C# .NET
(308484) - This article describes how to create a Windows form that displays a parent (or master) record and all of the related child (or detail) records by using the Northwind Customers and Orders tables. This article also describes the CurrencyManager object... 111) 8/13/2008 308495 HOW TO: Use a Web Service as a Data Source for a Client Application in Visual C# .NET
(308495) - This step-by-step article demonstrates how to create and test a Web service that returns a DataSet object to a client. This article also demonstrates how to reference the Web service in a client application and display the returned DataSet in a... 112) 8/26/2008 307710 HOW TO: Perform Paging with the DataGrid Windows Control by Using Visual C# .NET
(307710) - The DataGrid Web control has built-in Automatic or Custom Paging functionalities; however, the DataGrid Windows control lacks these features. This article demonstrates how to create a simple paging mechanism for the DataGrid Windows control. The code... 113) 8/14/2008 308426 HOW TO: Use Data Link Files with the OleDbConnection Object in Visual C# .NET
(308426) - 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. OLE DB Universal Data Link (.udl) files provide a... 114) 8/6/2008 308428 HOW TO: Use Data Link Files with the OleDbConnection Object in Visual C++ .NET
(308428) - 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. OLE DB Universal Data Link (.udl) files provide a... 115) 8/27/2008 311274 HOW TO: Handle Multiple Results by Using the DataReader in Visual C# .NET
(311274) - 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. Description of the Technique ActiveX Data Objects (ADO) can... 116) 8/11/2008 309485 HOW TO: Build a Connection String Programmatically in ADO.NET by Using Visual Basic .NET
(309485) - This step-by-step article demonstrates how to use the Data Link Properties dialog box to programmatically create a connection string at design time. Requirements The following list outlines the recommended hardware, software, network infrastructure,... 117) 8/24/2008 309486 HOW TO: Execute SQL Parameterized Stored Procedures by Using the ODBC .NET Provider and Visual Basic .NET
(309486) - This step-by-step describes how to call a parameterized SQL Server stored procedure using the ODBC .NET Managed Provider and Visual Basic .NET. Although executing a parameterized stored procedure using the ODBC .NET Provider is slightly different from... 118) 8/25/2008 307512 BUG: GetSchemaTable() of SqlDataReader Returns Wrong Column Name
(307512) - The GetSchemaTable method of the SqlDataReader object returns columns, the BaseServerName and BaseCatalogName properties. However, SqlDataReader.GetSchemaTable should only return BaseCatalogName. 119) 8/18/2008 310367 PRB: "Unhandled Exception of Type 'System.NullReferenceException'" Error Message When You Use CommandBuilder
(310367) - If you use the CommandBuilder object to explicitly get commands for the DataAdapter object as follows: da.InsertCommand = cb.GetInsertCommand and then run the following Visual Basic .NET code cb.DataAdapter = Nothing or the following Visual C# .NET... 120) 8/25/2008 309361 HOW TO: Use a DataReader Against an Oracle Stored Procedure in Visual C# .NET
(309361) - This step-by-step article uses the DataReader object to retrieve data from an Oracle stored procedure. You can use the DataReader to retrieve a read-only, forward-only stream of data from a database. Using the DataReader can increase application...
1
.... 4
5
6
7
[ 8 ]
9
10
11
12
.... .... 36
37
Previous Page
Page 8 of 37
Next Page
|