Re: help with general design of application
- From: "Jimmy" <j@xxx>
- Date: Fri, 8 Sep 2006 09:13:05 -0400
ok so in Access i can have a memo field... :o)
but id still like opinions on how best to do this
"Jimmy" <j@xxx> wrote in message
news:eoAlFN00GHA.4392@xxxxxxxxxxxxxxxxxxxxxxx
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: Bob Barrows [MVP]
- Re: help with general design of application
- References:
- help with general design of application
- From: Jimmy
- help with general design of application
- Prev by Date: help with general design of application
- Next by Date: Re: help with general design of application
- Previous by thread: help with general design of application
- Next by thread: Re: help with general design of application
- Index(es):
Relevant Pages
|