If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Best Application for a small office intranet-based DB?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-15-11, 08:20
frankriess frankriess is offline
Registered User
 
Join Date: Feb 2011
Posts: 2
Best Application for a small office intranet-based DB?

Hi all,

I am very new to databases but I have been doing my best.

My goal is to write a database for my real estate appraisal firm that can be accessed from a local intranet by two office workers who will need to view/enter/edit records and by about 10 appraisers who only need to view (query) records.

I would like for all of the data to be stored on my server and the front end to be available over the intranet in a browser (with no additional software installed on my employees computers).

I thought MS Access 2010 would be the answer to my problems so I took the time and learned Access. I built my DB, including forms and queries. It was then that I realized I could not deploy the DB the way I wanted. It wasn't a complete waste of time because it taught me some fundamentals, some SQL, and at the very least I have a map of how I would like my tables and queries to look.

I moved on to what I thought would be the answer to my problems, SQL Server 2008. I've read some about SQL Server and plaed around with the software. I've gone through Train Signals Video on SQL Server and I still don't understand how data is input into the system! Where is the end user interface?

I feel like I'm spinning my wheels, if anyone could point me in the right direction or towards a software that would fulfill my criteria I would really appreciate it. Thanks in advance!

Frank
Reply With Quote
  #2 (permalink)  
Old 02-15-11, 10:05
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,075
If you like SQL Server and Access, you can use Access to build all of your forms/reports and store all of your data in SQL Server.
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***
Reply With Quote
  #3 (permalink)  
Old 02-15-11, 10:50
frankriess frankriess is offline
Registered User
 
Join Date: Feb 2011
Posts: 2
Thanks Teddy, but using Access for the front end would require all of the client machines to have Access installed, correct? If there was a way to avoid that, I could simply use my Access DB that I have already created.
Reply With Quote
  #4 (permalink)  
Old 02-15-11, 11:23
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,075
Yes it would. There is a redistributable package for Access as well. I don't have any personal experience with it.

How much are you looking to invest in this application? Who is going to be responsible for creating and maintaining it? It may be that the cost of Access is well under the cost of developing a proper solution in another platform/language.

If you have time, you could always go the .NET route...


Or, alternately, if ALL your users will EVER need to do is look at raw tables, you could just load them up with the SQL Server client tools and give them access to just the tables they're supposed to be allowed to modify.
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***

Last edited by Teddy; 02-15-11 at 11:26.
Reply With Quote
  #5 (permalink)  
Old 02-15-11, 11:59
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,246
for 2 data entry and 10 view only bog standard Access will handle that easily

again it s alocla intranent so you shouldn't have any problems with JET over a network or VPS.

depending on what version of Access the runtime version can be free of charge, looks like its 2007 and later.

however if you want to run in more than one office (two physically distant locations over the internet then JET may well choke.

there isno reason why with carefull dsign you cannot make it run happily but you may need to chaneg the back end datastore and you may need to rewrite large chunks of hte application to suit the server client model
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #6 (permalink)  
Old 02-15-11, 12:15
john_collins john_collins is offline
Registered User
 
Join Date: Jan 2011
Posts: 14
I would use SQLite which is free and have many free graphical interfaces as well.

Check it out here:

SQLite Home Page
__________________
SQL Hosting
Reply With Quote
  #7 (permalink)  
Old 03-03-11, 10:00
faikdjikic faikdjikic is offline
Registered User
 
Join Date: Dec 2008
Posts: 9
Lightbulb

Looking at your post and comments it seems to me that my software - WhizBase - would be a perfect solution for you. It works perfectly with Access databases (from Access 2.0 to Access 2010) it is a server-side scripting language, which means that client computers need nothing but web browser to use WBSP pages, it runs on many Windows based web servers (including Apache, IIS, Xitami, Abyss), making WBSP pages can hardly be called a programming, and you will be able to produce useful results in first attempt.
We provide excellent support even to users of free trial version, so I sincerely recommend you to download and try WhizBase.
Hope this will help,
Faik
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On