Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to use access or sql (which is not installed on the pc) as database to store values?

[Note: Should not install the particular software on the pc]




Thanks in advance
Posted

1 solution

It's pretty easy: you don't need Access installed, just the appropriate JET or ACE assemblies installed on the computer.
Similarly, You don't need SQL server installed - but you do need the SQL assemblies and to have the instance of SQL server that holds your DB accessible from the PC that needs the DB. (That could be on the local network, or even via the internet).

In either case, the appropriate assemblies should be included by your apps installation program and registered for you.
 
Share this answer
 
Comments
agent_kruger 3-Feb-14 18:52pm    
can you provide me with link of both Access and SQL assemblies?
OriginalGriff 4-Feb-14 7:03am    
Microsoft:
http://www.microsoft.com/en-us/download/details.aspx?id=13255
The SQL you already have - they are part of .NET
agent_kruger 8-Feb-14 6:02am    
thank you sir, but what about access?
OriginalGriff 8-Feb-14 6:29am    
Did you follow the link?
agent_kruger 8-Feb-14 7:26am    
sorry sir, about SQL?

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