KaiProton Posted June 29, 2009 Report Share Posted June 29, 2009 Hey All,Ive done HTML in the past, but now need to move into online database,Im looking to make some type of interactive database on a closed intranet,the client PC's dont have office, as MS access is my first choice for making Dbases,although the PC's that I want this program to run on dont have internet access, they still have IE,the idea is Members of the team can access the database from a work shop PC, and add / edit data..sooo.... I dont know what to look to, to make this a reality,do a try VBscript or Java Script?or is it PHP or Pearl....can anyone advise me on this... Link to comment Share on other sites More sharing options...
Ingolme Posted June 29, 2009 Report Share Posted June 29, 2009 You can install Apache, PHP and MySQL on whichever computer is going to be the server, and then access it by its LAN IP. Link to comment Share on other sites More sharing options...
Synook Posted June 30, 2009 Report Share Posted June 30, 2009 By the way Access isn't a very good choice for multi-user databases, as it can only handle a few concurrent connections before locking out everyone else.A XAMP stack is the best option, as Ingolme says. You can create a web interface to allow the Members to manipulate data. Link to comment Share on other sites More sharing options...
KaiProton Posted June 30, 2009 Author Report Share Posted June 30, 2009 Yea, I knew about the Access issue with multi users, but up until now, Ive only needed it t orun one or two users in one go,so I will look into your suggestions thanks.. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now