![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
I belong to a community organisation (which means we don't have much money) that requires a database. |
|
The subject is a large community garden, we need to keep track of what was planted, what it cost, who did how much work and what the produce sold for etc. It will not be very large in terms of volume of data, nor require great speed nor will there be many concurrent users. |
|
... and preferably be able to operate on Windows and a Mac. |
|
If not what is my best alternative given we don't have much money? |
#3
| |||
| |||
|
|
that you might already benefit from an Excel spreadsheet |
#4
| |||||
| |||||
|
|
You are looking for something that allows you to store garden deployment data. MySQL would be a candidate, but there is no off-the-shelf client available, as far as I know. However: The subject is a large community garden, we need to keep track of what was planted, what it cost, who did how much work and what the produce sold for etc. It will not be very large in terms of volume of data, nor require great speed nor will there be many concurrent users. This doesn't sound as if you would absolutely need a database. Without knowing enough of your data and the data entry processes, my gut says, that you might already benefit from an Excel spreadsheet for the core data and a time reporting tool for the work done on the projects. |
|
Perhaps you could mention some issues that could not be solved with this combination, so c.d.m denizens can look a bit deeper into your needs. ... and preferably be able to operate on Windows and a Mac. |
|
This shouts for a web based solution, though. In that case, your application might be MySQL based, hosted on a cheap provider's server (max $70 per year). I suppose the front end should be custom made, but doesn't sound too complicated. Perhaps you can find a smart student with knowledge of PHP to build the application for a small fee. Of course, if this application is critical and you want to have it serviced when needed, this is not a good idea. |
| If not what is my best alternative given we don't have much money? What exactly are you willing to spend? |
|
My first ballpark guess of the cost, based on your short description, would be $1000 initially (to have the front end developed in PHP by a willing whizzkid, or $2500 by the web developer around the corner) and $500 each year. |
#5
| |||
| |||
|
|
... and preferably be able to operate on Windows and a Mac. It now seems that this requirement might be relaxed. As usual most users are on Windows with a minority on Macs. It is possible that the Mac users don't need access to all the data or to do updates, they could be passed specific flat-file extracts of data in a compatible format or just reports. I am running this down at present and I don't intend to start anything until it is sorted out. If the system can be run on Windows only, is there a suitable non web-based solution for building front ends that is a good fit for MySQL? |
![]() |
| Thread Tools | |
| Display Modes | |
| |