954,545 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Running Access database without Installing Office?

Hey there. I have a program that uses access, and everytime i go to install it for some one i have to keep my fingures crossed and hope they have office installed on their pc.

Is there a way to run my program without buying microsoft office? (using access database)

Tanx

Mr.BunyRabit
Junior Poster
147 posts since Aug 2010
Reputation Points: 9
Solved Threads: 1
 

I had a look at this thread and it seems that you don't need entire Access suite installed just for using MS Access. You might want to try the links mentioned in the thread.

BTW, any reason you are stuck with Access? Is there any reason you can't use a pure Java database like H2 or HSQLDB or Derby?

~s.o.s~
Failure as a human
Administrator
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
 

[ODBC Flavored]
If you have the .accdb or just the .mdb, you only need the driver to be installed.
If you're on Windows, you can configure the DSN in the ODBCAdministrator.
Control Panel -> Administrative Tools -> Odbc Administrator

Set up a DSN that points to the file in whatever directory.
If your code already references the database by a particular name, use that name as the DSN.

thines01
Postaholic
Team Colleague
2,425 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402
 

I had a look at this thread and it seems that you don't need entire Access suite installed just for using MS Access. You might want to try the links mentioned in the thread.

BTW, any reason you are stuck with Access? Is there any reason you can't use a pure Java database like H2 or HSQLDB or Derby?


ahhh okyyy, just that specific driver. Thank you!

Mr.BunyRabit
Junior Poster
147 posts since Aug 2010
Reputation Points: 9
Solved Threads: 1
 

[ODBC Flavored] If you have the .accdb or just the .mdb, you only need the driver to be installed. If you're on Windows, you can configure the DSN in the ODBCAdministrator. Control Panel -> Administrative Tools -> Odbc Administrator

Set up a DSN that points to the file in whatever directory. If your code already references the database by a particular name, use that name as the DSN.


Thank you! i downloaded that driver from the microsoft website. And for fun i played around with the dsn in the ODBCAdmin. never knew you could do that!
Thanx again!

Mr.BunyRabit
Junior Poster
147 posts since Aug 2010
Reputation Points: 9
Solved Threads: 1
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: