Re: small data needed - suggestions?




1 per minute??

Just not an overloaded amount of simutaneous writes.

Since this is a web app (I'm assuming)...then the web server talking to an
Access(JET) database locally..is not that big of a deal.

Access can handle a light load of 5-10 simutanaeous users in my opinion.

Your obituary thing...if you have 1 db per deceased person....would be fine
for this imho.

....




"Bobby Edward" <test@xxxxxxxx> wrote in message
news:egWJ$DhfIHA.5260@xxxxxxxxxxxxxxxxxxxxxxx
In your opinion what is "RARE" writes? 5 or less concurrent?

"sloan" <sloan@xxxxxxxxx> wrote in message
news:OwuaUAhfIHA.5620@xxxxxxxxxxxxxxxxxxxxxxx

For something with RARE writes...and many reads..you can get by with
either

Access (Jet) (.mdb)
or
SqLite


I'm working on a prototype using the FActory Pattern and supporting
multiple RDBMS.

Go here
http://sholliday.spaces.live.com/Blog/
or
http://sholliday.spaces.live.com/Blog/feed.rss

(search for "multiple rdbms")

and if I don't have it up yet...email me and I'll send you a copy.




"Bobby Edward" <test@xxxxxxxx> wrote in message
news:%23p9PH%23gfIHA.1184@xxxxxxxxxxxxxxxxxxxxxxx
I am doing a funeral home page (depressing huh?) :)

They want an obituary page where people can post comments. So, in my db
I have 2 tables (1 to many relationship)...
TABLE1: Obituary (persons info)
TABLE2: ObitComments ("many" table - comments)

There would be an admin page to approve or reject comments, manage
obituaries, etc...

My ISP only allows me a certain # of SQL Server dbs. I would hate to
"waste" one on a small project like this. Any suggestions? How would
you handle it? SQL Express is not supported either.

Thanks!







.



Relevant Pages

  • Re: small data needed - suggestions?
    ... Since this is a web app...then the web server talking to an ... multiple RDBMS. ... obituaries, etc... ... My ISP only allows me a certain # of SQL Server dbs. ...
    (microsoft.public.dotnet.framework.aspnet)
  • aspnet._wp.exe could not be started
    ... I'm attempting to use a web app that has been set up by a third party ... request failure can be found in the application event log of the web server. ... This error can be caused when the worker process account has ... .NET Framework is correctly installed and that the ACLs on the installation ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Need to write my first web application - scratching head
    ... If you write this as a web app, you'll need a web server. ... from PHP you have only partial control over how the page ... And I did suspect that the printing requirement and the single-machine ...
    (comp.lang.php)
  • Re: Lisp user group culture
    ... pretty decent job interfacing with databases. ... The web server will handle encryption of traffic via SSL, but I need to encrypt data in the database, so a robust library for handling AES, SHA and other acronyms would be great. ... web app, ...
    (comp.lang.lisp)
  • Re: security considertations in deploying asp.net web apps
    ... > I am about to deploy an asp.net web app which will consist of a web server ... > in the DMZ invoking web services hosted inside the corporate firewall. ...
    (microsoft.public.dotnet.framework.aspnet)