MVC C# connection to FoxPro database

I am working with an MVC application, problem is, is it possible to write to a Visual FoxPro database from an MVC application? .. If possible any help in regards with this will be highly appreciated.

UPDATE: I am currently working on a website for a doctor. She wants her clients to be able to make an appointment with her at and given time using the website, which must then link the clients data to VFP software that shes currently using. All i need to do is to be able to take the records of each clients bookings and write it into her current softwares database. The company that created the software for her are granting me access to her database. I am using the code first approach in MVC.

0 answers