Hits Today: 1 Total: 4459 | Updated: 5/11/2001 | |
 | After playing around with ADO.NET and getting an important question answered from the ADOGuy site. I was able to piece together how to use ODBC with a text file in .NET. The first step is to create a Data Source Name in order to connect through ODBC. Author: Mike Gold Code: ASP.NET Beta 1 & C# |
Hits Today: 1 Total: 12028 | Updated: 4/22/2002 | |
 | The following is a complete database access layer in which you can connect to sql server (easily upgradable to any oledb database) with a: stored procedure with or without params, with or without return values! Author: Devteam Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 7856 | Updated: 8/11/2003 | |
 | This article describes the installation, implementation, and behavior of HTTP connectivity in SQL Server 2000 Analysis Services Service Pack 3. Author: Dennis Kennedy Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 1 Total: 990 | Updated: 1/20/2007 | |
 | This tutorial will show you how to connect to SQL Server using VB and a SqlDataSource Control. The following example shows a connection to the SQL Server Northwind sample database using a connection string. Author: AspNet Tutorials Code: ASP.NET v2.0 & VB |
Hits Today: 1 Total: 2987 | Updated: 3/2/2002 | |
 | When compared to full-fledged OLE DB providers, Microsoft .NET managed providers have a lot to offer. First off, they deliver a simplified data access architecture that often results in improved performance without the loss of functional capabilities. Author: Dino Esposito Code: ASP.NET Beta 2 & VB |
Hits Today: 1 Total: 6079 | Updated: 3/3/2002 | |
 | This step-by-step article describes how to use the ODBC .NET Managed Provider in Visual Basic .NET. This article also includes samples connection strings that you can use to access your data.
Author: unknown Code: ASP.NET Beta 2 |
Hits Today: 1 Total: 4549 | Updated: 4/24/2003 | |
 | This example helps you create a general data component that you can use to switch back and forth between Sql and OleDb DataReaders and Collections, as well as allowing the flexibility of using either the Web.Config file, or a custom Connection String. Author: SuperDotNet Webmaster Code: ASP.NET v1.0 & C# | |  | |
Hits Today: 1 Total: 9815 | Updated: 3/14/2002 | |
 | This article describes how you can use ADO.NET to open a SQL Server database by using the SQL Server .NET data provider. ADO.NET gathers all of the classes that are required for data handling. Author: Microsoft Code: ASP.NET Beta 2 & VB |
Hits Today: 1 Total: 2466 | Updated: 3/15/2002 | |
 | Managed providers can raise several exceptions. To obtain more detailed information about the cause, you need access to provider-specific error information. Author: Microsoft Code: ASP.NET Beta 2 & C# |
|