|
![]() |
|
| Author |
|
|||||||
|
jmr
Posts: 4973
Location: Brisbane, Queensland
|
Hey guys, I have a girlfriend that needs a DB to collate customer details like phone, address, lease type, etc. It needs to be accessible and changeable by two offices (both can access the server) and around 10 computers.
What would be the best options for this job ? License requirements, etc. Really not my cup of tea. TIA |
|||||||
| #0 08:48am 24/06/07 |
|
|||||||
|
system
|
--
|
|||||||
| #0 |
|
|||||||
|
TicMan
Posts: 2304
Location: Brisbane, Queensland
|
The easy option - Access
The best option - MySQL+PHP/Ruby but will require longer development time. |
|||||||
| #1 08:52am 24/06/07 |
|
|||||||
|
Mr Hardware
Posts: 1862
Location: Brisbane, Queensland
|
Sharepoint ftw
|
|||||||
| #2 09:09am 24/06/07 |
|
|||||||
|
Jim
Posts: 5958
Location: Brisbane, Queensland
|
isn't sharepoint more of a document repository/sharing system that actually uses ms-sql as the underlying db?
you might not even need php to be able to easily utilise mysql, there's a couple of win32 apps you can use to interface with mysql, possibly a couple of linux ones too |
|||||||
| #3 09:23am 24/06/07 |
|
|||||||
|
Strange Rash
Posts: 380
Location:
|
Also, Sharepoint. From what I understand, if you have Windows 2003, sharepoint services is free and it will do what you want with pretty interfaces - ie. you don't need db skills to set it up, plus it integrates well with office 2003/2007.
edit: not sure about licensing the db side of things last edited by Strange Rash at 09:57:17 24/Jun/07 |
|||||||
| #4 09:57am 24/06/07 |
|
|||||||
|
Raven
Posts: 1965
Location: Melbourne, Victoria
|
Sharepoint Portal Services tied in with Microsoft InfoPath might work quite nicely if they're non-technical. But there's still going to be some development time involved, and you're still going to end up needing to store some data in a MSSQL DB as Jim says.
|
|||||||
| #5 10:25am 24/06/07 |
|
|||||||
|
Thundercracker
Posts: 1589
Location: Brisbane, Queensland
|
There is a pretty decent open source one floating around. The catch is that you would require some technical knowledge to set it up.
for a demo check: http://opensourcecms.com/index.php?option=com_content&task=view&id=442 but its free! there is a commercial version that has extra stuff. edit: looking at it, it might be overkill last edited by Thundercracker at 11:19:47 24/Jun/07 |
|||||||
| #6 11:19am 24/06/07 |
|
|||||||
|
Hogfather
Posts: 1290
Location: Cairns, Queensland
|
If you are a vaguelly competent .Net / win32 developer then the Express SQL Server 2005 may be a good option.
There are some limitations compared with the licensed version but these are mainly centered around database size limitations that only affect larger projects that wouldn't worry a smalle homegrown project. The above all assumes that you might be working with a Microsoft technology to put the product together. If you're not then you're probably better off grabbing one of the other platforms noted above. Basically if you're writing the front end in a Microsoft-flavoured language like C# or VB or something, then SQL Server is the ideal back end as it will save you a fair bit of f***ing around, the components are all designed to 'just work' together. If you're not using a MS product for the front end then you should go with whatever the vendor is best paired with it. Don't create hassles for yourself mixing and matching components of the project just because you can! Edit: Just re-read your post and I think I'm off base. I don't think you're looking for a DB, rather a complete product? No idea re. that sorry. last edited by Hogfather at 11:38:34 24/Jun/07 |
|||||||
| #7 11:38am 24/06/07 |
|
|||||||
|
jmr
Posts: 4975
Location: Brisbane, Queensland
|
Wow thanks for all the responses guys, definitely some quality info to pass along
|
|||||||
| #8 11:45am 24/06/07 |
|
|||||||
|
natslovR
Posts: 5445
Location: Canberra, Australian Capital Territory
|
Here's one where they've done all the work for you, and have a free 21 trial version for you to download: StromaSoft CRM
Technical Features Looks like for 5 user network version is US$500. I don't know anything about this product i just googled: cheap easy crm, figuring you shouldn't have to do something yourself these days considering your basic requirements. |
|||||||
| #9 12:39pm 24/06/07 |
|
|||||||
|
Obes
Posts: 5197
Location: Brisbane, Queensland
|
Casa can write you a filemaker DB!!!!
|
|||||||
| #10 02:03pm 24/06/07 |
|
|||||||
|
Superform
Posts: 4432
Location: Netherlands
|
i vote for access
just use a template out of the box and she would be up and running in no time also she prol already has it so no extra expense |
|||||||
| #11 07:52pm 24/06/07 |
|
|||||||
|
Jim
Posts: 5961
Location: Brisbane, Queensland
|
how does access handle multiple concurrent write operations, I thought it was a flat file type thing, not an actual server
|
|||||||
| #12 07:59pm 24/06/07 |
|
|||||||
|
Opec
Posts: 4610
Location: Brisbane, Queensland
|
MySQL + PHP on Linux or Windows if you really must. There are plenty of ready made OSS CRM type apps on sourceforge
|
|||||||
| #13 10:54am 25/06/07 |
|
|||||||
|
Hogfather
Posts: 1291
Location: Cairns, Queensland
|
how does access handle multiple concurrent write operations, I thought it was a flat file type thing, not an actual server Access does actually attempt to handle concurrency, and it does it OK I guess. It has the facility to enable table and row locking etc, especially if connecting to it via ADO. I guess an Access Form could also do that. Its still a But I like it that people continue to create Access and Fox Pro databases, or run their business off eleventy brazillion spreadsheets. It gives me something to do when they finally realise that their system sucks :) last edited by Hogfather at 11:04:32 25/Jun/07 |
|||||||
| #14 11:04am 25/06/07 |
|
|||||||
|
CaPt0
Posts: 5889
Location: Brisbane, Queensland
|
Why not active directory or exchange?
I am sure there is some type of system in there that can store that data. |
|||||||
| #15 03:42pm 25/06/07 |
|
|||||||
|
Jim
Posts: 5971
Location: Brisbane, Queensland
|
cos they are massive overkill and bloated behemoths, would be my response to that question
|
|||||||
| #16 08:38pm 25/06/07 |
|
|||||||
|
trillion
Posts: 320
Location: Brisbane, Queensland
|
learn some php functions to get/put data from SQLite
|
|||||||
| #17 10:30pm 25/06/07 |
|
|||||||
|
pixem
Posts: 167
Location: UK
|
yeah sounds like a crm need, as mentioned theres a few oss crm's out there. Personally ive used and installed sugarcrm http://www.sugarcrm.com/crm/
very good and well supported community, free if you do it yourself or i think you can pay for them to host it / set it up etc (Web based) runs on a regular LAMP server. Fairly easy going install, requires a little tech knowledge, even easier on an OSX Server. |
|||||||
| #18 01:50pm 26/06/07 |
|
|||||||
|
trillion
Posts: 322
Location: Brisbane, Queensland
|
Sugar is very business process / inventory based. That becomes a pita.
For something simple check out MindQuarry http://www.mindquarry.com It handles document check out/in well and tracks edits like the code development tool, Trac. For a competetive hourly rate I can even install it / configure the thing if your needs are such :-) |
|||||||
| #19 02:40pm 26/06/07 |
|
|||||||
|
pixem
Posts: 168
Location: UK
|
from the brief description of the requirement it seems like they want more of a contact inventory based process. Rather than some document tracker. Dont get me wrong I like mindquarry. Just to me doesnt fit what it sounds like they need. Might be getting too hung up on the multiple access part.
|
|||||||
| #20 03:00pm 26/06/07 |
|
|||||||
|
trillion
Posts: 323
Location: Brisbane, Queensland
|
Hey she probably doesn't even need as much as a full blown crm system. Something like an online spreadsheet ala Google Spreadsheets or editgrid.com would fill the gap.
Heres a useful post of links from ReadWriteWeb, even if it's not exactly fitting her type there are some goods jumps in there. http://www.readwriteweb.com/archives/web_20_backpack_web_apps_for_students.php |
|||||||
| #21 03:24pm 26/06/07 |
|
|||||||
|
E.T.
Posts: 666
Location: Queensland
|
I like Filemaker. I'm used to it, it works, its cheap enough.
|
|||||||
| #22 11:27pm 26/06/07 |
|
|||||||
|
system
|
--
|
|||||||
| #22 |
|
|||||||
|
| ||||||||