Forum Moderators: open

Message Too Old, No Replies

store big message in a table

         

sfast

7:23 pm on Mar 13, 2007 (gmt 0)

10+ Year Member



I have a location table in mysql.

After querying the table, the results obtained should show the location details and also some landmark.

The landmarks is a sentence or a two.

Should I store the guidelines (landmark) in the location table?
How much maximum characters can I store?

Is there any other way to shore the landmark.

Thanks

sfast

7:44 pm on Mar 13, 2007 (gmt 0)

10+ Year Member



ok I see I can do it wiht blob Tinytext.

If there is any other method, please guide me .

inveni0

7:46 pm on Mar 13, 2007 (gmt 0)

10+ Year Member



Use long text if you want to keep the option for even more text.

sfast

9:22 pm on Mar 13, 2007 (gmt 0)

10+ Year Member



thanks