Database Access Using The .NET Data Providers

Posted by: Radical Development, on 28 Aug 2007 | View original | Bookmarked: 0 time(s)

This post demonstrateshow to retrieve data from an Oracle and/or SQL Server 2000/2005 database using thedata providers that shipwith the .NET Framework as well as ODP.NET from Oracle. SqlClient Data Provider to access SQL Server 2000/2005 using System; using System.Data.SqlClient; public class AdoSqlClient { public static void Main(string[] args) { string connectionString = "server=localhost;database=Northwind;uid=userid;pwd=password"; SqlConnection con = new SqlConnection(connectionString); ...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: SQL | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1119 | Hits: 53

Similar Posts

  • Introducing Versatile DataSources more
  • How to display data from different tables using one data source more
  • Migrated from Community Server to DasBlog more
  • Announcing Microsoft Ajax Library (Preview 6) and the Microsoft Ajax Minifier more
  • Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 26: Authentication and Personalization more
  • Project Turing: Beginning RIA Svcs more
  • An alternative to Crystal more
  • How To Cache Rows In DevExpress ASP.NET GridView more
  • Integrating OpenID in an ASP.NET MVC Application using DotNetOpenAuth more
  • RadGrid for ASP.NET Ajax and DomainDataSource more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD