Click here to Skip to main content
15,902,114 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello everyone,
i am using a Microsoft access 2007 database for my application.
the program is finished and as a regularity with program deployment fun, i am faced with the truth that Microsoft.ACE.12.0 does not support remote http:// urls as a parameter to data source property.

What can i do?
what data provider can i use?
Posted

Access database is file based so you can't access it via http:// .

If you want to access it like that you will have to create a Web service for it, this would significantly change your application code.
 
Share this answer
 
Comments
Uday P.Singh 9-Oct-11 1:42am    
agree my 5!
Mehdi Gholam 9-Oct-11 1:51am    
Cheers
solutions.software 9-Oct-11 2:52am    
how does one create a web service?
i am unclear of what you mean please explain or point :)
Check this out:

ways-to-share-an-access-database-HA010279159.aspx[^]

hope it helps :)
 
Share this answer
 
v2
Comments
Mehdi Gholam 9-Oct-11 1:51am    
my 5!
solutions.software 9-Oct-11 3:01am    
thank you for replying to my questions,
I have a problem on hand and not much experience with databases.
the application is used within a local network. the users (3 of them) will need to read/write to the database, i have never in my life set up a SQL server, but i have tried to install both mysql 5.1 and sql server 2008. A very nasty thing to do in my opinion, so many fields and such i get lost.
during the development i had accessed the database(Access) locally with no problems. Its deployment time and i have not much ideas about how i can have the computers in the local network access the db file on the server machine..
Would you be able to give me any ideas please? even a thread to search on would be great.

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