
August 26th, 1999, 12:59 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Looking for advice on how to handle long strings. I need to accomidate entries that are between about 4000 and 16000 chars long. I've heard some bad stuff about blobs, but I'm still open to using them. Another possibility I thought of is adding an "order" field to my table, making the place that holds the text a constant 4000 chars, and making the index number on the table not be unique. Any thoughts?
|