Connect To Access Database in CSharp
Connect To Access Database in CSharp
NET
These are very simple steps to create and connect an Access database in C#.
Now double click on imran.udl file. A wizard will start like this:
Click Provider TAB, select Microsoft Jet 4.0 OLE DB (denoted by black arrow)
then click next. Now click "Select or enter a database name" and select the
desire database then click open.
Now click on test connection and click OK
Now edit this UDL file with note pad and copy link as shown below
Now Open Visual Studio editor and create Text boxes and buttons like