On Wed, 22 Jul 2009, scabral wrote:

> Do you know of any third party applications that i could use to build the
> front end?  This will need to run on local machines, not on servers.  So,
> some sort of desktop application i would imagine....

Scott,

   Each language has its own. However, from your description it appears that
you want to keep the SQLite database on a server yet have multiple users
remotely acess it for data entry, queries, and reporting.

   If this is correct, I strongly recommend that you use Ruby on Rails to
build the system. The UI is any Web browser. Users log in to the application
from any machine with a browser and connection to the Internet (or your
local intranet), and work with a single instance of the database. This
approach makes the system scalable, flexible, and broadly useful.

Rich

-- 
Richard B. Shepard, Ph.D.               |  Integrity            Credibility
Applied Ecosystem Services, Inc.        |            Innovation
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to