i developed a windows application in vb.net 2005 and i used ms-access as my database. i need to deploy my application in redhat linux operating system. please help me.............
Printable View
i developed a windows application in vb.net 2005 and i used ms-access as my database. i need to deploy my application in redhat linux operating system. please help me.............
Good luck! :lol:
While many .NET apps built on Windows can run under Mono, I don't think you'll be able to use Access as a database. On Windows you use the Jet OLE DB provider to connect to an Access database. I'm not aware of a Linux equivalent, although doesn't necessarily mean that there isn't one.