Click here to Skip to main content
16,011,685 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
we have a computer(as the server) which has Access database and I want to develop an app for reporting .

the client computer must connect to the access db over internet to get the report data,

how can I do that ?is it good solution ?I mean isn't any other solution to do that report over internet?
Posted
Comments
Bala Selvanayagam 2-Oct-11 9:03am    
WCF?

1 solution

Access is a file based database, and so it requires a windows network file connection to work from the internet which is clearly unadvised.

You have the following options :
1) Create a web service for data access.
2) Create your reports on the server and publish them.
3) Create a Web based report application to your access database.

*) Create a VPN connection to your server and go with what you know.
 
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