I have an application I have written in MS Access 2002. It is a very
basic inventory system for keeping track of information about our
Unix(solaris to be specific) servers. Other admins may want to use it
shortly and running MS Access over the WAN is no picnic. It was
suggested that I port to php and MySql. Having no experience with
either, I'm wondering if this is a viable solution.
The database if very "plain vanilla", i.e., bascially a flat file
although a few tables with foreign keys relating to the main table. No
fancy reporting just a few basic queries such as "show all systems
marked as servers running version X of software Y" type of thing. Some
of the forms have some VBA code behind them that do simple things like
change the color of the text to make it stand-out. This data/web-page
would only be used internally.
[color=blue]
>From what I've read so far, php looks like it may be a good way to go[/color]
but I'm not sure. What say you all?
Any suggestions, comments, concerns would be most welcome as well as
pointers to sites that might be doing something similar.
Bill W.
basic inventory system for keeping track of information about our
Unix(solaris to be specific) servers. Other admins may want to use it
shortly and running MS Access over the WAN is no picnic. It was
suggested that I port to php and MySql. Having no experience with
either, I'm wondering if this is a viable solution.
The database if very "plain vanilla", i.e., bascially a flat file
although a few tables with foreign keys relating to the main table. No
fancy reporting just a few basic queries such as "show all systems
marked as servers running version X of software Y" type of thing. Some
of the forms have some VBA code behind them that do simple things like
change the color of the text to make it stand-out. This data/web-page
would only be used internally.
[color=blue]
>From what I've read so far, php looks like it may be a good way to go[/color]
but I'm not sure. What say you all?
Any suggestions, comments, concerns would be most welcome as well as
pointers to sites that might be doing something similar.
Bill W.
Comment