Related resources for DSN
  • ODBC DSN Using in ASP.Net1/22/2015 3:23:22 PM. In this article you will learn how to do DSN connectivity to a database using an ODBC driver in ASP.NET.
  • Connect to MySQL database - via ODBC without using DSN: Part II9/4/2014 1:55:42 AM. In order to connect to on MySQL method, I propose this more flexible solution, thus, it enables us to customize the connection parameters in one hand, moreover, it enables us to choose which mode should we use. I mean, ADO connected mode using data reader or disconnected mode using data adapter and data set.
  • Connect to MySQL database via ODBC using a DSN: Part I9/4/2014 1:54:04 AM. This article shows how to connect with MySQL database via ODBC.
  • Query Builder10/20/2012 3:31:30 AM. This application is that of a QueryBuilder in CSharp.This application is for Beta2 SDK version of DotNetFramework.
  • JDBC Connection to Microsoft Excel2/29/2012 7:09:45 PM. In this article we will describe how a Java program connects to a Microsoft Excel sheet and retrieves the data from the sheet. And this connection is made with the JdbcOdbc bridge driver API provided by the SQL package in Java. You have to perform some steps to make the connection with an Excel sheet.
  • JDBC Connection to MS-Access in Windows 72/16/2012 1:24:53 PM. In this article we explain how a Java program can connect to a Microsoft Access Database.
  • Connecting to a Data Source in ADO.NET12/30/2009 6:08:17 AM. In this article I will explain Connecting to a Data Source in ADO.NET.
  • How Do I Choose a Data Provider?12/21/2009 7:15:27 AM. In this article I will explain about How Do I Choose a Data Provider?
  • Data Components in Visual Studio .NET: Part I10/13/2009 7:24:31 AM. In this article, I will help you in understanding using the Server Explorer for Adding a new Connection.
  • Accessing Text Files using ODBC Data Provider8/31/2006 6:05:53 AM. In this article, I will show you how to access Access database files using ODBC data provider.
  • Connect to an Oracle Database12/17/2005 7:55:35 AM. This sample code shows you how to connect to an Oracle database using C#.
  • Oracle Database Connectivity12/17/2005 4:44:24 AM. This is a GUI based data entry application which shows how to add, modify and delete records using Oracle Database.
  • Oracle Database Viewer12/17/2005 4:21:29 AM. This is a GUI based application which connects to an Oracle database depending upon the DSN, username and password that you provide. It then shows the list of tables on the left hand side in the form of a treeview.
Beginning ASP.NET 3.5 in C# 2008: From Novice to Professional, Second Edition
The most up–to–date and comprehensive introductory ASP.NET book you’ll find on any sh...
Download