|
|
|
|
|
Total Hits: 190 | Today: 1
|
Author: Microsoft Corporation
|
Rating:
|
|

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 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: 23 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

This article demonstrates how to obtain the window handle of a Microsoft Office application while automating that application from Microsoft Visual Basic .NET....
|
|
|
|
Total Hits: 31 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

This article describes how to use ADO.NET to connect to a database and to run a command (such as the UPDATE, the INSERT, or the DELETE command) by using a Visual Basic .NET console application....
|
|
|
|
Total Hits: 57 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

This article describes how to use nested Repeater Web controls to display hierarchical data. You can apply this concept to other list-bound controls....
|
|
|
|
Total Hits: 19 | Today: 0
|
Author: Brian Brewder
|
Rating:
|
|

Application security is important, but how secure is secure enough? If you are writing an online Advent calendar, security probably isn't that important. On the other hand, if you are writing software that triggers a nuclear device, security will probably be the primary feature (it probably only takes a couple of lines of code to actually trigger the device, but possibly hundreds of thousands of lines of code to secure it)....
|
|
|
|
Total Hits: 14 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

Managed providers can raise several exceptions. To obtain more detailed information about the cause, you need access to provider-specific error information. This article dicusses how to obtain the underlying provider errors when using ADO.NET in Visual Basic .NET....
|
|
|
|
Total Hits: 16 | Today: 1
|
Author: Microsoft Corporation
|
Rating:
|
|

This step-by-step article describes how to programmatically retrieve data from a Microsoft Access database, and then present the data to the user. The goal of this article is not to provide every conceivable approach to the issue. It is intended to offer a simplified solution that uses ASP.NET, ADO.NET, and Visual Basic .NET as an introduction to the related technologies. The sample in this article uses the OleDbConnection, OleDbCommand, and OleDbDataReader classes. These classes are part of ADO...
|
|
|
|
|
|