Hello Everyone,
I would like to ask for your assistance in helping me properly carry out connection to the Northwind Access database, I am trying to do so using Web Form in Visual Studio and using C#- a programming language for which I am a beginner. Below are the details
of how and what I have done in trying to do so.
My Norhtwind database is located on the desktop of my laptop, hence I am using the connection path given by C:\Users\MyName\Desktop\Northwind.accdb
My C# code:
<%@ Import Namespace="System.Data.OleDb" %>
//The original and working version of this code can be found at
www.w3schools.com/aspnet/aspnet_dbconnection.asp, given that it is
Written in VB I have tried-perhaps incorrectly-to rewrite it C# .
<script language ="C#" runat="server">
Class Pro ...
Go to the complete details ...