[Solved] How to connect c# windows application with online access database [closed]
First of all you have to “Setting up an Access Database for Your Hosting Account” for online availability of “Access Database” as a centralized. If your hosting is with godaddy then visit this Link Here is a sample code of access online “Access Database” string connectionString = @”Provider=Microsoft.Jet.OLEDB.4.0;” + @”Data Source=”Path of you hosting provider … Read more