help with general design of application
- From: "Jimmy" <j@xxx>
- Date: Fri, 8 Sep 2006 08:35:32 -0400
the web app that im creating will allow a user to input their email address,
and a "story" (for lack of a better term).
i have no way of knowing if this story will be 2 words or thousands of
characters. i imagine i would put some kind of limit on the field at some
point so that people couldnt go crazy, but my question is how best to store
this data?
im playing around with both SQL 2005 Express and Access for different
reasons, and from what I can see if I define a text field in Access its
limited to 255 characters. this wont be enough, so how would i want to do
this? is a database a good choice for storing this type of data? i guess i
could store only the email address in a database and then have a field that
points to a text file on the server that would store the "story", but i
would end up having a text file for every email address which might get
crazy...
whats the best way to do this?
.
- Follow-Ups:
- Re: help with general design of application
- From: Jimmy
- Re: help with general design of application
- Prev by Date: File Listing
- Next by Date: Re: help with general design of application
- Previous by thread: File Listing
- Next by thread: Re: help with general design of application
- Index(es):
Relevant Pages
|