Click here to Skip to main content
16,015,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi gents,
i have one microsoft Access Database stored on my web server( live hosting Server where i have hosted my website) and i want to connect that Access database from my Windows .net Application develeoped in C#.
i tried a lot but no use because what i know that Access database is not network based database which is accessible by IP but it is File based databaase which needs physical path to get connection.
waiting for valuable guidline
regards
Posted

1 solution

usmanmughal wrote:
i tried a lot but no use because what i know that Access database is not network based database which is accessible by IP but it is File based databaase which needs physical path to get connection.


Then nothing will work, obviously. The way around this, is to write a webservice which provides the access you need.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900