By quote, what is the appropiate language to manipulate an Access database?
A Windows user interface to manipulate
an existing Access Database.
… and why?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Visual Basic .NET or C# would be my choice as there are enough objects and classes built-in to support create medium size database driven applications without writing much code 🙂
objects in the OleDb namespace can be used to connect and insert/retrieve/update data in the database
Here is a C# tutorial
http://msdn.microsoft.com/en-us/library/aa288452(VS.71).aspx