Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can we use mdb file without Access installed

Status
Not open for further replies.

momen

Technical User
Aug 28, 2003
38
EG
Hi

i finished a simple computer store management system using access 2003.

i found some one wants to buy it but he doesn't have MS Access installed on his computer.

is there a way to export or convert the mdb file to another extension that can run on his computer.

Can I use Mysql to run this database from his computer ( I guess that it is free open source system ) and I found some software that convert MS Access to Mysql.

Any suggestions?

Thanks

 
The cheapest solution will be for your customer to buy a copy of Access.

MySQL will give you free tables but what are you going to do about the rest of the application?

 
Thanks for your replies

I will try to put in order what I thought that I could do, and I hope that you can give me some of your experience:

1- Creating management system using Access.
2- Using bar code to create ID for each item ( still looking for any solution on this point and if you can give me your point of view I will be thankful )
3- Giving the client a proposal that I can create a dynamic web site using this database ( to display and search items at the beginning )
4- I thought that using any software to convert the mdb to Mysql could help.
5- I am starting to learn all about creating dynamic web pages so I hope that I am walking in the right track.

Please give me some of your experience about what I intend to do .


Thank you

 
Momen certainly the easiest way would be to create a run time version of the DB as someone has already suggested. He can then have use of the DB on his machine without Access bing installed as it will install all the necessary run time files.
 
Do a search for msaccess.exe on the computer you want your program to run on.

All of the computers in our office run Office 2000 Small Business Edition. There are 2 disks, and if the second disk is installed an access runtime will be there. I don't know about other versions.

willybgw
 
I would suggest that you look at writing the application in VB or some other programming language and use the database only to store the application.

It appears that the data will grow dramatically at least from the point of view of where the data will be used.

I have never liked using access as the application developement platform.

Just my $.025



Andy Baldwin
 
I have never liked using access as the application developement platform.
Access is a great development tool but distribution can be a real pain because it's so tightly dependent on Office. I'd agree that VB or VFP are much better if you've got to distribute and support the application on a lot of PCs.

Geoff Franklin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top