Question: How to create a Dynamic Link Library( DLL) in C# and connect to database? database created in access, to connect my database to User Interface
How to create a Dynamic Link Library( DLL) in C# and connect to database? database created in access, to connect my database to User Interface (programming language C#). using Dynamic Link Library?
Step by Step Solution
3.51 Rating (151 Votes )
There are 3 Steps involved in it
Create a Class Library DLL in C Open Visual Studio and create a new Class Library project Add a class that will contain the methods to interact with t... View full answer
Get step-by-step solutions from verified subject matter experts
