241) 1/6/2009 309544 BUG: BeginTransaction() Changes Isolation Level for Subsequent Transactions
(309544) - When you call the SqlConnection.BeginTransaction method and specify an isolation level in the IsolationLevel property, after the transaction is committed or rolled back, the IsolationLevel property is not reset to the default of... 242) 1/4/2009 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... 243) 1/9/2009 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... 244) 1/7/2009 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... 245) 1/6/2009 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... 246) 1/5/2009 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... 247) 1/9/2009 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. 248) 1/7/2009 310128 INFO: When to Use FillSchema and MissingSchemaAction with the DataAdapter in ADO.NET
(310128) - The DataAdapter object is optimized for read-only scenarios by default. The Fill method only retrieves the amount of schema that is necessary to populate a DataSet object. To obtain the additional schema that are necessary to update or validate... 249) 1/7/2009 310130 HOW TO: Execute SQL Parameterized Stored Procedures by Using the ODBC .NET Provider and Visual C# .NET
(310130) - This step-by-step describes how to call a parameterized SQL Server stored procedure using the ODBC .NET Managed Provider and Visual C# .NET. While executing a parameterized stored procedure using the ODBC .NET Provider is little different from... 250) 1/7/2009 310070 HOW TO: Call a Parameterized Stored Procedure by Using ADO.NET and Visual C# .NET
(310070) - There are several ways to use ADO.NET to call a stored procedure and to get back return values and return parameters, including: Use a DataSet object to gather the returned rows and to work with these rows in addition to the return values and the... 251) 1/7/2009 310071 HOW TO: Call a Parameterized Stored Procedure by Using ADO .NET and Visual C++ .NET
(310071) - There are several ways to use ADO.NET to call a stored procedure and to get back return values and output parameters, including: Use a DataAdapter or DataSet object to gather the returned rows and to work with these rows in addition to the return... 252) 1/7/2009 308073 HOW TO: Use a DataReader Against an Oracle Stored Procedure in Visual Basic .NET
(308073) - 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... 253) 1/5/2009 308075 HOW TO: Use Data Link Files with the OleDbConnection Object in Visual Basic .NET
(308075) - 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... 254) 1/7/2009 308072 HOW TO: Fill a DataSet from an Oracle Stored Procedure Using the OLE DB .NET Data Provider with Visual Basic .NET
(308072) - This article demonstrates how to fill a DataSet object with the resultset 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... 255) 1/7/2009 309130 HOW TO: Use the ADO SHAPE Command with a DataReader in Visual C# .NET
(309130) - 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. You can use hierarchical recordsets as an...
1
2
.... .... 13
14
15
16
[ 17 ]
18
19
20
21
.... 25
Previous Page
Page 17 of 25
Next Page
|